![]() |
|
|
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 |
| Find/replace to new file: ksh -> perl | McLan | Shell Programming and Scripting | 1 | 05-16-2008 04:14 AM |
| Please help with find and replace: | gloovy_tb | UNIX for Advanced & Expert Users | 2 | 01-18-2008 04:41 AM |
| find and replace pattren in file | gopalss | Shell Programming and Scripting | 5 | 08-09-2007 04:06 AM |
| find and replace a pattern in a file | krishnamaraju | Shell Programming and Scripting | 1 | 08-29-2006 11:02 AM |
| Find replace within a file? | yankee428 | UNIX for Dummies Questions & Answers | 2 | 06-15-2005 01:32 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Find and replace in a file
Hi everyone,
I am new to the world of shell script programming. I have a file named Fnd1.txt which has the contents as below. I need to replace the \t with the tab space. Can any one help me to write a perl scipt for this. USA45V1\tG\t341029 USAV1T1\tG\t450545 USAREJ1\tG\t572645 USAIX11\tG\t705650 The file sholud like this. USA45V1 G 341029 USAV1T1 G 450545 USAREJ1 G 572645 USAIX11 G 705650 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|