AIX Basics Student Guide-8
AIX Basics Student Guide-8
Notes:
Introduction
The commands in the visual display some examples of correct and incorrect command
formats.
Exceptions
A few commands in AIX do not adhere to the common command format. Commands
such as tar, date, and ps accept arguments that do not begin with a minus sign (-).
This is to ensure backwards compatibility with older implementations of UNIX.
$ tar cvf /dev/rmt0 /home/team01/*
$ ps aux
$ date +%D
$ date
Looking
at
a
year:
$ cal 2007
Notes:
Introduction
The visual shows how the date and cal commands can be executed.
$ clear
Notes:
More commands
This visual shows how the clear, echo, and banner commands work.
Note : Instead of echo you can use the print command:
$ print Lunch is at 12:00
Lunch is at 12:00
Notes:
Introduction
The commands in the visual display some examples of correct and incorrect command
formats.
Exceptions
A few commands in AIX do not adhere to the common command format. Commands
such as tar, date, and ps accept arguments that do not begin with a minus sign (-).
This is to ensure backwards compatibility with older implementations of UNIX.
$ tar cvf /dev/rmt0 /home/team01/*
$ ps aux
$ date +%D