![]() |
|
|
|
|
|||||||
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. Shell Script Page. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Edit a line in a file with perl | zed | Shell Programming and Scripting | 5 | 02-07-2008 01:37 PM |
| shell script to edit the content of a file | tiger99 | Shell Programming and Scripting | 3 | 01-31-2008 12:43 AM |
| How to EDIT file using VI in a script | bobk544 | Shell Programming and Scripting | 2 | 07-25-2007 06:16 AM |
| Shell/Perl Script to edit dhcpd.conf | sahilb | Shell Programming and Scripting | 4 | 11-21-2006 10:20 PM |
| How to edit txt file by shell script? | dupeng | AIX | 3 | 09-29-2005 12:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
help on a perl script to edit file
Hi,
sample file looks like this.. <hp> <name> <detail>adsg</detail> ... ... </name><ft>4264</ft> </hp> I need to edit the last but one line using perl script. I want the format to be .. <hp> <name> <detail>adsg</detail> ... ... </name> <ft>4264</ft> </hp> Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
Any help on this one please .. thanks
|
| Thread Tools | |
| Display Modes | |
|
|