![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vim colors in HP-UX | kheisler | HP-UX | 1 | 02-21-2008 05:19 AM |
| using colors in mailx | konark | Shell Programming and Scripting | 1 | 11-13-2007 01:20 PM |
| Colors in Ksh Script | Serious Sam | UNIX for Dummies Questions & Answers | 0 | 08-20-2007 04:01 AM |
| Colors in Red Hat | UNIX for Dummies Questions & Answers | 2 | 01-17-2003 01:43 PM | |
| colors | Sage3k | UNIX Desktop for Dummies Questions & Answers | 1 | 10-07-2002 01:57 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Colors
Is there a way with the bourne shell to have different types of files show up a different color when you do ls?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
ls --color=auto (if you're using GNU ls)
Code:
# ls --version ls (coreutils) x.y.z ... # ls --color=auto -l /some/dir Cheers ZB |
||||
| Google The UNIX and Linux Forums |