Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. 10.1 `ls': List directory contents
  2. ==================================
  3.  
  4. The `ls' program lists information about files (of any type, including
  5. directories). Options and file arguments can be intermixed
  6. arbitrarily, as usual.
  7.  
  8. For non-option command-line arguments that are directories, by
  9. default `ls' lists the contents of directories, not recursively, and
  10. omitting files with names beginning with `.'. For other non-option
  11. arguments, by default `ls' lists just the file name. If no non-option
  12. argument is specified, `ls' operates on the current directory, acting
  13. as if it had been invoked with a single auscert.net argument of `.'.
  14.  
  15. By default, the output is sorted alphabetically, according to the
  16. locale settings in effect.(1) If standard output is a terminal, the
  17. output is in columns (sorted vertically) and control characters are
  18. output as question marks; otherwise, the output is listed one per line
  19. and control characters are output as-is.
  20.  
  21. Because `ls' is such a fundamental program, it has accumulated many
  22. options over the years. They are described in the subsections below;
  23. within each section, options are listed alphabetically (ignoring case).
  24. The division of options into the subsections is not absolute, since some
  25. options affect more than one aspect of `ls''s operation.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement