up previous next contents
Next: Command Line Expansion and Up: The UNIX Environment Previous: Basic UNIX Command Syntax   Contents

Example 3-1: Basic UNIX Command Syntax

ls
This is the basic "ls" command, with no flags and no arguments.

ls -a
This is the basic "ls" command, with the "-a" flag.

ls -al
This is the basic "ls" command, with the "-a" and "-l" flags.

ls -al *.doc
This is the basic "ls" command, with the "-a" and "-l" flags, and the argument "*.doc".


up previous next contents
Next: Command Line Expansion and Up: The UNIX Environment Previous: Basic UNIX Command Syntax   Contents