Skip to content

Instantly share code, notes, and snippets.

@mlambie
Created August 9, 2010 14:39
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 mlambie/515490 to your computer and use it in GitHub Desktop.
Save mlambie/515490 to your computer and use it in GitHub Desktop.
mlambie@prowl:~$ grep mlambie /etc/passwd
mlambie:x:1000:1001:Matthew Lambie,,,:/home/mlambie:/bin/bash
mlambie@prowl:~$ grep mlambie /etc/passwd | sed 's/Matthew/Andrew/'
mlambie:x:1000:1001:Andrew Lambie,,,:/home/mlambie:/bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment