Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 322 Bytes

unix_commands.md

File metadata and controls

7 lines (6 loc) · 322 Bytes

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