Skip to content

Instantly share code, notes, and snippets.

@fujimura
Created October 4, 2010 10:39
Show Gist options
  • Save fujimura/609500 to your computer and use it in GitHub Desktop.
Save fujimura/609500 to your computer and use it in GitHub Desktop.
ls -t1|awk '{if(/f/ && nlines++ >= 5) print $1;}'|xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment