![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | 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 |
| if command not having the right output | filthymonk | Shell Programming and Scripting | 9 | 05-22-2007 10:11 PM |
| [non-important] Indent here-docs? | yongho | UNIX for Dummies Questions & Answers | 4 | 06-21-2005 07:51 AM |
| vim indent | Virtuosso | UNIX for Dummies Questions & Answers | 4 | 02-06-2003 01:15 PM |
| Output of ps command | ls1429 | UNIX for Dummies Questions & Answers | 1 | 02-03-2003 06:40 AM |
| Auto indent in vi | sierra_aar | UNIX for Dummies Questions & Answers | 1 | 06-19-2002 07:36 AM |
|
|
LinkBack | Thread Tools | 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 |
| Forum Sponsor | ||
|
|