![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| du -k shows different size in two nodes | KhawHL | UNIX for Advanced & Expert Users | 15 | 10-01-2007 03:11 AM |
| moving directories to new directories on multiple servers | mackdaddy07 | Shell Programming and Scripting | 0 | 04-06-2007 12:30 PM |
| setfacl -x doesn't shows it removed the ACL | braindrain | Shell Programming and Scripting | 0 | 08-01-2006 06:09 AM |
| Monitor shows out of frequency | sunilpatwal | SUN Solaris | 0 | 08-11-2005 06:39 PM |
| top shows stopped process | IrishRogue | UNIX for Dummies Questions & Answers | 7 | 05-21-2003 01:41 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
ls shows directories only? how
1) how to show directories in ls command? i went to man ls, and saw this -d flag but doesnt help..
2) say we put this alias ls='ls -F' in .profile.. how do we let inform .profile that there is a new entry besides restarting the system. thanks. my shell is KSH. |
|
||||
|
I've had loads of problems with this too. I got round it with the following which you can create an alias for. I'm sure there are better ways, but nevertheless it works.
ls -l | grep ^[d]| awk '{ print $9 }' |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|