Skip to content

Instantly share code, notes, and snippets.

@serweb-labs
Last active July 3, 2018 00:50
Show Gist options
  • Select an option

  • Save serweb-labs/7255a2bcaae68c22f4ab8438ee5d1728 to your computer and use it in GitHub Desktop.

Select an option

Save serweb-labs/7255a2bcaae68c22f4ab8438ee5d1728 to your computer and use it in GitHub Desktop.
find all large files linux

find / -xdev -type f -size +20M

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