The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: extensions
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-19-2006
LivinFree's Avatar
LivinFree LivinFree is offline Forum Advisor  
Goober Extraordinaire
  
 

Join Date: Jul 2001
Location: Portland, OR, USA
Posts: 1,584
The switches are specific to each program - that's why we need online manual pages. Some are long "ls --color=tty", some are short "ls -l" and some are even shorter "dd if=/dev/zero". But doesn't mean the same thing to different programs, unless the author of the program has specifically done so.