![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| using sed to get rid of duplicated columns... | fedora | Shell Programming and Scripting | 4 | 04-10-2008 01:21 PM |
| subtotal columns | stonemonolith | Shell Programming and Scripting | 5 | 02-06-2008 08:52 AM |
| List to columns and awk help | baghera | Shell Programming and Scripting | 17 | 08-28-2007 05:20 AM |
| Row to Columns | vskr72 | UNIX for Dummies Questions & Answers | 4 | 03-21-2007 05:53 AM |
| add columns with awk | tonet | Shell Programming and Scripting | 4 | 06-21-2005 12:02 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How can I use columns with a command?
Currently I am using a command that allows me to output variables on one line.
Code:
echo -e "$s\t$z\t$x\t$y" There is a little format within there by putting spaces after each of the variables I can add spaces to the output. This helps a little but it woud be very nice to format that outout better. The importance of having all the output on one line is high. Is there a way to format this command as columns? If not is there another way I can output these variables on one line using columns. The problem is lining all the output up. Chris Collins |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|