|
|
10.3: Return color labeling to the ls command
This is great!
10.3: Return color labeling to the ls command
for the tcsh shell, issue this command...
alias ll 'ls -alG'Then type ll. Presto! You can do the same for the ls too...alias ls 'ls -G'To do this in bash, use... alias ll='ls -alG' and alias ls='ls -alG', respectively.---
Correction...
the last line should be...
alias ll='ls -alG' and
alias ls='ls -G'---
10.3: Using ~/.tcshrc file to make Permanent Aliased Commands
You can make this addition once; you never have to issue another command.
To make alias ll 'ls -l'You can also add any other flags after the " -l " to customize your file-listing experience. See the man page for ls (type " man ls ") to see all the options that you can use to customize the ls command.
|
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.05 seconds |
|