CheatSheet
Home Cheatsheet (Comand Linux) The type command identifies the command for example “cd”, as an internal command. type cd For external commands, the type command displays the location of the command: type cal Using the -a option of the type command displays all locations that contain the command named: type -a echo The which command searches for … Read more