CHEAT SHEET ABOUT LINUX COMMANDS
Cheet sheet Checking the Type of a Command Use type to see if a command is built-in or external: type cd type cal Add -a to show all possible locations for a command: type -a echo Finding Where a Command Is Located which looks through your PATH to find where a command is: which ls … Read more