Skip to content

Instantly share code, notes, and snippets.

@jessicard
Created August 9, 2012 21:38
Show Gist options
  • Save jessicard/3308256 to your computer and use it in GitHub Desktop.
Save jessicard/3308256 to your computer and use it in GitHub Desktop.
ls -la > temp.txt
awk '/root/ {print $1, $9;}' temp.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment