Skip to the content.

Unix Commands

Command Decription
getent passwd \| grep <uid/uname> To get the UID from UNAME or vice versa
top Prints the processes on a system and orders them by resource consumption
find . -name \*.txt -type f -delete Deletes the “.txt” file under any level from the current working directory