Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created August 27, 2013 05:42
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 fapestniegd/6349997 to your computer and use it in GitHub Desktop.
Save fapestniegd/6349997 to your computer and use it in GitHub Desktop.
whitejs@eir:~$ echo -e '\n\n\n\n\n' > sedfile
whitejs@eir:~$ cat /etc/passwd | md5sum
cf126f084734ebe8113f95dd5540106e -
whitejs@eir:~$ cat /etc/passwd | sed -f sedfile | md5sum
cf126f084734ebe8113f95dd5540106e -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment