Skip to content

Instantly share code, notes, and snippets.

@AmirRezaM75
Last active November 25, 2021 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmirRezaM75/a4dcda905c129694dd6a312f6e84dbdb to your computer and use it in GitHub Desktop.
Save AmirRezaM75/a4dcda905c129694dd6a312f6e84dbdb to your computer and use it in GitHub Desktop.
Linux commands

find / -size +1M

List all files' name inside a directory and subdirectories find . -type f -printf '%f\n' | sort

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