![]() |
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 |
| can someone help me with modifying this file | eamani_sun | Shell Programming and Scripting | 2 | 05-22-2008 01:15 PM |
| need help with understanding and modifying script | dakkorn | Shell Programming and Scripting | 4 | 01-24-2008 09:01 AM |
| Modifying simple commands to create a script | rocinante | Shell Programming and Scripting | 8 | 06-03-2007 09:35 PM |
| modifying my shell | nico-hellas | Shell Programming and Scripting | 1 | 08-05-2005 09:43 AM |
| Modifying from borne shell to C shell | zenkisoft | UNIX for Dummies Questions & Answers | 3 | 04-26-2001 04:18 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Modifying a csv file from Shell Script
Hi all,
I have some script that creates a temp csv file. What I need to do is do some search and replace and modify the file from my shell script. I know the commands to open the file and then apply the reg ex but wasnt sure how I could do this from a script and modify the file? Any help would be much appreciated, Thanks, Last edited by not4google; 11-21-2006 at 05:42 AM.. Reason: More descriptive Title |
|
||||
|
Quote:
this one, Code:
sed -e 's/replaceThisString/thisIsTheReplacementText/' file1.csv |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|