Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Syntax of UNIX Command Lines - Learning the UNIX Operating Syste... https://www.oreilly.com/library/view/learning-the-unix/1565923901/ch0...

date

arguments

command option(s) filename(s)

Options

-a -b
-ab

1 of 5 04/12/2020, 22:30
Syntax of UNIX Command Lines - Learning the UNIX Operating Syste... https://www.oreilly.com/library/view/learning-the-unix/1565923901/ch0...

filename
filename
filename

telnet who

ls

% ls

2 of 5 04/12/2020, 22:30
Syntax of UNIX Command Lines - Learning the UNIX Operating Syste... https://www.oreilly.com/library/view/learning-the-unix/1565923901/ch0...

-l
ls

chap1

% ls -l chap1

ls -a all

% ls -a -l
% ls -al

ls-al

RETURN

date

3 of 5 04/12/2020, 22:30
Syntax of UNIX Command Lines - Learning the UNIX Operating Syste... https://www.oreilly.com/library/view/learning-the-unix/1565923901/ch0...

who -u finger w

who am i

who am i;date

woh

4 of 5 04/12/2020, 22:30
Syntax of UNIX Command Lines - Learning the UNIX Operating Syste... https://www.oreilly.com/library/view/learning-the-unix/1565923901/ch0...

5 of 5 04/12/2020, 22:30

You might also like