Created
March 7, 2022 00:43
-
-
Save cobanov/1ebaaf77a9f1bfcbbbdd7410c9ff808f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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