![]() |
|
|
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 a special character at the end of the line | pitagi | Shell Programming and Scripting | 2 | 02-26-2009 10:28 PM |
| How to filer a line in special condition? | bhaskar_m | Shell Programming and Scripting | 6 | 02-10-2009 03:39 AM |
| [OpenServer 5]Line Printing and special character (é @) | tankd | UNIX for Dummies Questions & Answers | 5 | 08-02-2007 04:44 PM |
| Insert csv into special sheet of excel | Elena | UNIX for Advanced & Expert Users | 2 | 02-07-2007 08:11 AM |
| awk insert character in the middle of a line | mmarino | Shell Programming and Scripting | 3 | 11-18-2005 12:00 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to insert a character in line in Special condition?
Hi,
I have a log file generated by a tool which has the following look : /tmp/releases/directory/datefilename1_release_date.zip /tmp/releases/directory/datefilename2_release_date.zip /tmp/releases/directory/datefilename3_release_date.zip /tmp/releases/directory/datefilename4_release_date.zip Clearly you can identify the path generated for the each file by that tool is broken because there exists no "/" between date directory and the filename . I want to insert a "/" between the "date" and "filename" so that it becomes complete because this path is fed to another tool. It should look like : /tmp/releases/directory/date/filename1_release_date.zip /tmp/releases/directory/date/filename2_release_date.zip /tmp/releases/directory/date/filename3_release_date.zip /tmp/releases/directory/date/filename4_release_date.zip I tried with sed but did not know how to proceed. Please help . Thanks in advance. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|