There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
UNIX/Linux
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Operating Systems > UNIX/Linux >
Unix Script Help!!!


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
lboogie's Avatar
Junior Member with 1 posts.
 
Join Date: Mar 2007
Experience: Beginner
10-Apr-2007, 11:38 AM #1
Question Unix Script Help!!!
I am trying to write script that search for a string in a given file, if the string is found the script has to make a substitution and backup file, if string is not found no change is to be made. I am banging my head against the wall. Please Help!!!
lotuseclat79's Avatar
Distinguished Member with 10,043 posts.
 
Join Date: Sep 2003
Location: -71.45091, 42.27841
10-Apr-2007, 11:53 AM #2
Quote:
Originally Posted by lboogie
I am trying to write script that search for a string in a given file, if the string is found the script has to make a substitution and backup file, if string is not found no change is to be made. I am banging my head against the wall. Please Help!!!
Hi lboogie,

Welcome to TSG!

Look up the man page for egrep: man egrep

Then use the egrep command to find the string in your file, and testing the return value of the egrep command, you can determine if the string was found or not and do the appropriate thing using the if then else construct in your script.

Now, if you have to start in a particular directory structure and decend and look in all of the files in subordinate directories, then look at the man page for the "find" command: man find

-- Tom
__________________
The independence created by philosophical insight is - in my opinion - the mark of distinction between a mere artisan or specialist and a real seeker after truth. - Einstein wrote in 1944.

Some say knowledge is power, I say knowledge without action is powerless. - lotuseclat79

Don't confuse action with movement. - Hemingway to Gardner

Imagination is more important than knowledge. - Einstein
Headrush's Avatar
Senior Member with 382 posts.
 
Join Date: Feb 2005
Experience: Advanced
15-Apr-2007, 09:50 AM #3
Quote:
Originally Posted by lboogie
I am trying to write script that search for a string in a given file, if the string is found the script has to make a substitution and backup file, if string is not found no change is to be made. I am banging my head against the wall. Please Help!!!
Check out sed instead.

Its as simple as something like this: sed 's/string/newstring/g' originalfile.txt > newfile.txt

This will create a new file even if no changes are made but its trivia to deleted if empty.
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 04:54 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.