Skip to content

Instantly share code, notes, and snippets.

@cobanov
Created March 7, 2022 00:43
Show Gist options
  • Select an option

  • Save cobanov/1ebaaf77a9f1bfcbbbdd7410c9ff808f to your computer and use it in GitHub Desktop.

Select an option

Save cobanov/1ebaaf77a9f1bfcbbbdd7410c9ff808f to your computer and use it in GitHub Desktop.
# Find files with extension
find . -type f -name "*.mp4"
file: -f directory: -d
# Show file sizes
ls -lh
# Count how many files in folder
ls -l | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment