Skip to content

Instantly share code, notes, and snippets.

@matheus-santos
Created July 14, 2015 17:08
Show Gist options
  • Select an option

  • Save matheus-santos/feaeb66175291b13d216 to your computer and use it in GitHub Desktop.

Select an option

Save matheus-santos/feaeb66175291b13d216 to your computer and use it in GitHub Desktop.
Delete all files given its size
find -name "*.txt" -size -2k -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment