Skip to content

Instantly share code, notes, and snippets.

@c3d
Created February 22, 2022 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c3d/63a6cd8dd2dd691a96c1f294358ced08 to your computer and use it in GitHub Desktop.
Save c3d/63a6cd8dd2dd691a96c1f294358ced08 to your computer and use it in GitHub Desktop.

This is a test of raw formatting

ls -R /
cp /etc/passwd /dev/null

With bash formatting:

ls -R /
cp /etc/passwd /dev/null

With $ prefix

$ ls -R /
$ cp /etc/passwd /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment