Posts

Showing posts with the label Unix

UNIX/Linux commands

B asic UNIX/Linux commands Custom commands available on departmental Linux computers but not on Linux systems elsewhere have descriptions marked by an *asterisk . Notice that for some standard Unix /Linux commands, friendlier versions have been implemented; on departmental Linux computers the names of such custom commands end with a period. ------------------------------------------------------------------------------ INTERACTIVE FEATURES TAB Command completion !!! USEFUL !!! UPARROW Command history !!! USEFUL !!! CTRL-C Interrupt /kill current process. CTRL-D (at the beginning of the input line) end input. CTRL-D CTRL-D (in the middle of the input line) end input. ------------------------------------------------------------------------------ WILDCARDS AND DIRECTORIES USED IN COMMANDS * Replaces any string of characters in a file name ...