Skip to content

Instantly share code, notes, and snippets.

@anonymoustafa
Created November 18, 2022 07:58
Show Gist options
  • Save anonymoustafa/fc401e229acdb02509b964cebaafb310 to your computer and use it in GitHub Desktop.
Save anonymoustafa/fc401e229acdb02509b964cebaafb310 to your computer and use it in GitHub Desktop.

Some guidance on using find command in unix like systems

Finding files bigger than one gigabytes

$ find . -size +1G

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment