Difference between revisions of "Hdi2u S07"
(Created page with "Now try: man ls * Did you think you knew this command already? * What does the <code>-h</code> option do? What about the <code>-a</code> option? What would running <code>ls...") |
(No difference)
|
Latest revision as of 22:30, 19 April 2017
Now try:
man ls
- Did you think you knew this command already?
- What does the
-h
option do? What about the-a
option? What would runningls -lrt
do? - Press the
q
key when you want to quit reading the man page. - Try running
ls
using some of the options mentioned above.
- Look up some programs with man pages with the keywords "list directory"
man –k "list directory"