Listing Files
You can use the ls command to list the filenames in either the current directory or a different directory. The following is the general syntax:
ls options arg1 arg2 ...
Here, options may be -l (as you saw earlier) or many other options, as described in later sections. arg1 arg2 are file or directory names to be listed.
If a directory is given, then the contents of the directory will be shown (unless the -d option is present). If no arguments are given, the contents of the current directory will be shown.
See Table 7.3 for other standard properties of the ls command.
Property | See page |
---|---|
Allows relative and absolute pathname arguments | 70 |
Allows a list of filenames and filename wildcards | 292 |
Allows ... |
Get Practical UNIX now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.