![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can df output be forced to a single line for each file system? | shew01 | Shell Programming and Scripting | 6 | 06-05-2008 08:25 AM |
| Multi-line output to single line | LinuxRacr | Shell Programming and Scripting | 7 | 02-26-2008 07:05 AM |
| run command Unix on a single line | Riddick61 | UNIX for Dummies Questions & Answers | 8 | 02-04-2008 11:19 AM |
| single line command | roshanjain2 | Shell Programming and Scripting | 4 | 02-07-2007 02:33 AM |
| Need output in different lines not in one single line | csaha | Shell Programming and Scripting | 1 | 02-08-2006 05:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
Weren't me officer, I never do that, honest.
xinoo: Trying the obvious works here, at least. (Ubuntu, mawk.) Code:
vnix$ ls /var | awk '{ ORS="|fnord|"; print; }' | fold -s72
backups|fnord|cache|fnord|crash|fnord|games|fnord|lib|fnord|local|fnord|
lock|fnord|log|fnord|mail|fnord|opt|fnord|run|fnord|spool|fnord|tmp|fnor
d|vnix$
|
|||
| Google The UNIX and Linux Forums |
| Forum Sponsor | ||
|
|