Skip to content

Instantly share code, notes, and snippets.

@stephen-hannam
Created February 4, 2021 23:16
Show Gist options
  • Save stephen-hannam/c4d4f1c1d60307c624ad25a7a177451a to your computer and use it in GitHub Desktop.
Save stephen-hannam/c4d4f1c1d60307c624ad25a7a177451a to your computer and use it in GitHub Desktop.
delete files by grepped field from ls
`ls -la | grep <> | tr -s ' ' | cut -d ' ' -f9 | xargs rm`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment