Linux Basic Commands

Find and count files with specific extension

find -name *.txt |wc -l

Create zip with password

zip -P mypassword -r output.zip inputFolders myfile.txt 

Comments