![]() |
|
|
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 |
| Adding specific text and spaces to each line in a text file | hertingm | Shell Programming and Scripting | 4 | 08-25-2008 03:34 PM |
| Insert a line in a text file | 4scriptmoni | Shell Programming and Scripting | 10 | 08-04-2008 11:17 AM |
| how to insert a extra line in a text file | bhaviknp | Shell Programming and Scripting | 2 | 03-07-2008 08:38 AM |
| How to insert text into first line of the file and middle of the file? | ali hussain | Shell Programming and Scripting | 3 | 03-05-2007 05:54 AM |
| Insert text file at a certain line. | insania | Shell Programming and Scripting | 4 | 08-01-2006 03:46 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Dear Folks
,I am new to UNIX scripting and I do not know how can I insert some text in the first column of a UNIX text file at command promtp. I can do this in vi editor by using this command :g/^/s//BBB_ e,g I have a file named as Test.dat and it containins below text: michal David Lisa Antonio Now I want to insert BBB at the beging of every line and out put should look like belwo: BBB_michal BBB_David BBB_Lisa BBB_Antonio Is there are way by using sed, awk or any other command I can get the above out put file. I want to run this command at UNIX command prompt. Please advice & your feed back is highly appreciated. Many thanks Kind Regards M.Afzal |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|