User Tools

Site Tools


unix_system_v3.2.3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
unix_system_v3.2.3 [2020/03/11 16:54]
smj
unix_system_v3.2.3 [2020/03/11 16:59]
smj
Line 1: Line 1:
 **UNIX Command Reference** **UNIX Command Reference**
 +
 +The command prompt in UNIX is called the //shell// Here is a list of common UNIX commands which will work across many different versions of UNIX with discrepancies in Example/Notes.
  
 ||Command||Description||Example/Notes|| ||Command||Description||Example/Notes||
-||as||ASsembler||//as (input files)//||+||as||ASsembler||//as input.s//|| 
 +||cc||C Compiler||//cc input.c//||
 ||cd||Change Directory||//cd tmp// - on Version 6 this command is //chdir//|| ||cd||Change Directory||//cd tmp// - on Version 6 this command is //chdir//||
 ||df||Disk Free||//df// - May take time to complete on some systems|| ||df||Disk Free||//df// - May take time to complete on some systems||
 +||echo||Echo||//echo ${HOME}// - Prints the value assigned to the variable HOME||
 +||env||ENVironment settings||//env// - Prints the shell environment settings (see //set// as well))||
 ||ls||LiSt directory||//ls -l// - provides a long LiSting|| ||ls||LiSt directory||//ls -l// - provides a long LiSting||
unix_system_v3.2.3.txt · Last modified: 2020/03/11 17:21 by smj