Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save benjivesterby/e13126cacb5b441df7caf43d80c18da0 to your computer and use it in GitHub Desktop.
Save benjivesterby/e13126cacb5b441df7caf43d80c18da0 to your computer and use it in GitHub Desktop.
Bash Commands
ls *.vlog | sort -r | tail -n +2 | xargs rm
watch -n 0.5 ls -sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment