Skip to content

Instantly share code, notes, and snippets.

@eculver
Created January 31, 2010 20:24
Show Gist options
  • Save eculver/291224 to your computer and use it in GitHub Desktop.
Save eculver/291224 to your computer and use it in GitHub Desktop.
get newest directory
ls -lt | awk 'NR==2 {print $8}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment