![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| if command not having the right output | filthymonk | Shell Programming and Scripting | 9 | 05-23-2007 01:11 AM |
| [non-important] Indent here-docs? | yongho | UNIX for Dummies Questions & Answers | 4 | 06-21-2005 10:51 AM |
| vim indent | Virtuosso | UNIX for Dummies Questions & Answers | 4 | 02-06-2003 05:15 PM |
| Output of ps command | ls1429 | UNIX for Dummies Questions & Answers | 1 | 02-03-2003 10:40 AM |
| Auto indent in vi | sierra_aar | UNIX for Dummies Questions & Answers | 1 | 06-19-2002 10:36 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Indent output of an UNIX command
Hi,
How do I indent 4 spaces for standard UNIX commands like ls -ltr (or grep)? For example, I want ls -ltra to output as: <<spaces here>>-rw-r----- 1 a345696 rtkdevel 455 Dec 6 14:52 file1 <<spaces here>>-rw-r----- 1 a345696 rtkdevel 455 Dec 6 14:52 file2 <<spaces here>>-rw-r----- 1 a345696 rtkdevel 455 Dec 6 14:52 file3 instead of: -rw-r----- 1 a345696 rtkdevel 455 Dec 6 14:52 file1 -rw-r----- 1 a345696 rtkdevel 455 Dec 6 14:52 file2 -rw-r----- 1 a345696 rtkdevel 455 Dec 6 14:52 file3 I tried to do it with a functions which indents it's argument, but it did only for the last line of the output. Any clues? Thanks in Advance, Suddha Satta Ray |
|
||||
|
Thanks!!
Works perfectly!! |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| unix commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|