Listing

ls


==============================
LS
==============================

ls -hal

-h human readable
-a hidden files
-list format ==============================
See total number of files:
==============================

# ls <path> | wc -l ==============================
Remove All in folder except 'htdocs.zip':
==============================

# ls | grep -v htdocs.zip | xargs rm -rf