Showing posts with label Help. Show all posts
Showing posts with label Help. Show all posts

Wednesday, March 30, 2011

Help: Man Pages

help : output to a file in home directory for further annotationman cmd | col -b > ~/file.ext
help : viewing a specific page #man -s # cmd
help (on-line)man cmd
help with indexman -k cmd

Just Some Miscellaneous Notes

Man / More / Less

[Spacebar]  view next screen
[Enter]      view a line at a time
b            view previous screen
q                    quit viewing

Naming Files


  • The system will allow a file to be created with the same name as a directory.




  • The system will allow a space in a name, but some programs have trouble with it.




  • Use periods or underscores to separate characters.
  •