Need sed command with an exception


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Need sed command with an exception
# 1  
Old 06-21-2009
Need sed command with an exception

All,

I am currently using the below code to add a line /var/temp/'$input1'/permissions

Below is the shell ::

sed '
/Unix_command/ a\
unix: /var/temp/'$input1'/permissions' temp1.txt> temp2.txt


above will add the line below Unix_command word

unix: /var/temp/'$input1'/permissions where as input 1 == unixid to all in the output file (temp2.txt) .



But i dont need to add the lines to certain lines in that file .. can you provide me the shell which can exclude the above line when i am passing it using a Parameter file .

Basically it should read from the parameter file and it should not add the line to the output file (temp2.txt)

Example :: if the parameter file has a word unix_dump

then it should not add the line to the output file . Below is the example ::

unix_dump=a
Unix_command=s

Please Note :: Unix_command is a command word and it will be there in the input file (temp1.txt) .


Thanks for your Help ..

Raghav
# 2  
Old 06-21-2009
why don't you try awk instead of sed?
Code:
awk '/searchpattern/{print "inserted text";print;next}1'  file

# 3  
Old 06-26-2009
i tried to use the same.. but didnot work according to my condition.

Thanks!
# 4  
Old 07-06-2009
Quote:
Originally Posted by ghostdog74
why don't you try awk instead of sed?
Code:
awk '/searchpattern/{print "inserted text";print;next}1'  file

I tried to fix the code, but not able to get the results. can anyone help me on this ???
# 5  
Old 07-06-2009
Post your input file, the file with the parameters and the expected output.
# 6  
Old 07-06-2009
Quote:
Originally Posted by Franklin52
Post your input file, the file with the parameters and the expected output.


more param.txt
Code:
unix_dump

more temp.txt[[[ which is the input file ]]]
Code:
unix_core=a 
unix: /var/temp/unixid/permissions


unix_dump=c
unix: /var/temp/unixid/permissions


Expected Output ::
======================================
Code:
unix_core=a 
unix: /var/temp/unixid/permissions
Unix_command 

unix_dump=c
unix: /var/temp/unixid/permissions

=======================================

It should not add the word Unix_command which are mentioned in the Param file. The below which i am using will add the word to all

Code:
sed '
/Unix_command/ a\
unix: /var/temp/unixid/permissions' temp1.txt> temp2.txt


Last edited by vgersh99; 07-06-2009 at 05:31 PM.. Reason: code
# 7  
Old 07-06-2009
To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags [code] and [/code] by hand.)

Second, avoid adding color or different fonts and font size to your posts. Selective use of color to highlight a single word or phrase can be useful at times, but using color, in general, makes the forums harder to read, especially bright colors like red.

Third, be careful when you cut-and-paste, edit any odd characters and make sure all links are working property.

Thank You.

The UNIX and Linux Forums
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Output of sed command to another sed command

Hi All, I'm relatively new to Unix scripting and am trying to get my head around piping. I'm trying to take a header record from one file and prepend it to another file. I've done this by creating several temp files but i'm wondering if there is a cleaner way to do this. I'm thinking... (10 Replies)
Discussion started by: BigCroyd
10 Replies

2. Shell Programming and Scripting

sed and awk giving error ./sample.sh: line 13: sed: command not found

Hi, I am running a script sample.sh in bash environment .In the script i am using sed and awk commands which when executed individually from terminal they are getting executed normally but when i give these sed and awk commands in the script it is giving the below errors :- ./sample.sh: line... (12 Replies)
Discussion started by: satishmallidi
12 Replies

3. Shell Programming and Scripting

Monitor logs for exception and if exception come then sent an email

Hi Folks, please advise , I have logs generated on unix machine at location /ops/opt/aaa/bvg.log , now sometimes there come exception in these logs also, so I want to write such a script such that it should continuously monitor these logs and whenever any exception comes that is it try to find... (3 Replies)
Discussion started by: tuntun27272727
3 Replies

4. Shell Programming and Scripting

Exception handling

Sometimes when I try to use curl to upload to an ftp server, I get the message: $curl -T file.wmv ftp.eu.filesonic.com --user user:password curl: (8) Got a 421 ftp-server response when 220 was expected How do I get the script to try again if I get the message curl: (8)? (2 Replies)
Discussion started by: locoroco
2 Replies

5. UNIX for Dummies Questions & Answers

sed insert command and variable expansion/command substitution

I know this script is crummy, but I was just messing around.. how do I get sed's insert command to allow variable expansion to show the filename? #!/bin/bash filename=`echo $0` /usr/bin/sed '/#include/ { i\ the filename is `$filename` }' $1 exit 0 (8 Replies)
Discussion started by: glev2005
8 Replies

6. Shell Programming and Scripting

Loop with sed command to replace line with sed command in it

Okay, title is kind of confusion, but basically, I have a lot of scripts on a server that I need to replace a ps command, however, the new ps command I'm trying to replace the current one with pipes to sed at one point. So now I am attempting to create another script that replaces that line. ... (1 Reply)
Discussion started by: cbo0485
1 Replies

7. Linux

Handling "command not found" exception

hello friends, I am given a project to handle the command not found exception.I am using RED HAT 9. Generally, when we press a wrong command in the terminal: example :- " $cet " in place of " $cat ". Then we get this exception. But I need to give the output as the combinations that are possible... (5 Replies)
Discussion started by: nsharath
5 Replies

8. Shell Programming and Scripting

awk/sed Command : Parse parameter file / send the lines to the ksh export command

Sorry for the duplicate thread this one is similar to the one in https://www.unix.com/shell-programming-scripting/88132-awk-sed-script-read-values-parameter-files.html#post302255121 Since there were no responses on the parent thread since it got resolved partially i thought to open the new... (4 Replies)
Discussion started by: rajan_san
4 Replies

9. HP-UX

Help with RPC Exception

Hi, I am trying to use swremove to remove some old software packages before an upgrade. I keep getting the same error below. I have restarted swagent, i have killed the swagent process and started it, and I have restarted the entire system. I have now run out of ideas. Anyone know what the problem... (2 Replies)
Discussion started by: ejbrever
2 Replies

10. UNIX for Advanced & Expert Users

RPC Exception - Help

Hi, I am trying to use swremove to remove some old software packages before an upgrade. I keep getting the same error below. I have restarted swagent, i have killed the swagent process and started it, and I have restarted the entire system. I have now run out of ideas. Anyone know what the problem... (0 Replies)
Discussion started by: ejbrever
0 Replies
Login or Register to Ask a Question