![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Merging two command into single line | kingganesh04 | UNIX for Advanced & Expert Users | 2 | 02-04-2009 09:45 AM |
| ls command output in single line | arsheshadri | AIX | 7 | 04-28-2008 02:50 PM |
| run command Unix on a single line | Riddick61 | UNIX for Dummies Questions & Answers | 8 | 02-04-2008 02:19 PM |
| what does echo $$ command display | suri | Shell Programming and Scripting | 2 | 03-06-2007 03:01 AM |
| single line command | roshanjain2 | Shell Programming and Scripting | 4 | 02-07-2007 05:33 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Need a Command To display "echo command value in loop" in single line.
Hi
I want to display "echo command value in loop" in single line. My requirement is to show the input file (test_1.txt) like the output file (test_2.txt) given below. Input file :test_1.txt a1|b1|4|5 a1|b1|42|9 a2|b2|32|25 a1|b1|2|5 a3|b3|4|8 a2|b2|14|6 Output file:test_2.txt a1|b1|4|5|42|9|2|5 a2|b2|32|25|14|6 a3|b3|4|8 The Highlightened same color values which come after "a" and "b" comes in same row in out put file. Tq Sakthifire Last edited by sakthifire; 03-04-2009 at 09:34 AM.. |
![]() |
| Bookmarks |
| Tags |
| awk command |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|