The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
ls command format display
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
ls command format display
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
04-22-2009
mnmonu
Registered User
Join Date: Feb 2009
Posts: 32
Its absolutely helpful
Quote:
Originally Posted by
dennis.jacob
Try this:
Code:
ls -ltr |
sed
'/^-/!d' |
sed
's/\(.*\):\([0-9]*\) \(.*\)/\"\3\"/' | tr "\n" " "
Thanks this works properly...........................
Thanks again.
mnmonu
View Public Profile
Find all posts by mnmonu
Find mnmonu's past nominations received
Find mnmonu's present nominations given