Sponsored Content
Top Forums Shell Programming and Scripting Search a string in a text file and add another string at the particular position of a line Post 302813271 by suryanarayana on Monday 27th of May 2013 01:31:07 AM
Old 05-27-2013
Search a string in a text file and add another string at the particular position of a line

I am having a text file which is having more than 200 lines.

EX:

Code:
       001010122    12000 BIB 12000 11200  1200003  
       001010122    2000  AND 12000 11200  1200003 
       001010122    12000 KVB 12000 11200  1200003

In the above file i want to search for string KVB and add/replace another string BANK at 150th position of particular line

Result

Code:
       001010122    12000 BIB 12000 11200  1200003  
       001010122    2000  AND 12000 11200  1200003 
       001010122    12000 KVB 12000 11200  1200003    BANK


Last edited by DukeNuke2; 05-27-2013 at 02:40 AM..
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

appending string to text file based on search string

Hi, I need to append string "Hi" to the beginning of the lines containing some specific string. How can I achieve that? Please help. Malay (1 Reply)
Discussion started by: malaymaru
1 Replies

2. Shell Programming and Scripting

Search for a string and replace the searched string in the same position

Hi All, My requisite is to search for the string "0108"(which is the year and has come in the wrong year format) in a particular column say 4th column in a tab delimited file and then replace it with 2008(the correct year format) in the same position where 0108 was found..The issue is the last... (15 Replies)
Discussion started by: ganesh_248
15 Replies

3. Shell Programming and Scripting

search a line and insert string into specific at position

Hi, guys. I have one question: How can I search for a line with certain string in it and then insert a string into this line? For example: There is a file called shadow, the contents of it are below: ************************** ... yuanz:VIRADxMsadfDF/Q:0:0:50:7:::... (9 Replies)
Discussion started by: daikeyang
9 Replies

4. UNIX for Dummies Questions & Answers

Search for a string and replace the searched string in the same position in samefile

Hi All, My requisite is to search for the string "0108"(which is the year and has come in the wrong year format) in a particular column say 4th column in a tab delimited file and then replace it with 2008(the correct year format) in the same position where 0108 was found in the same file..The... (27 Replies)
Discussion started by: ganesh_248
27 Replies

5. UNIX for Dummies Questions & Answers

Search a string in the file and then replace another string after that position

Hi I am looking for a particular string in a file.If the string exists, then I want to replace another string with some other text.Once replaced, search for the same text after that character position in the file. :wall: E.g: Actual File content: Hello Name: Nitin Raj Welcome to Unix... (4 Replies)
Discussion started by: dashing201
4 Replies

6. Shell Programming and Scripting

Search a string and to add another string after that in new line

Hi Guys I am facing a problem:wall: In searching a string in a file and to add another string(ie. passed through command line argument) just after this(searched) string in new line. Thanks (2 Replies)
Discussion started by: kushwaha
2 Replies

7. Shell Programming and Scripting

Search string position in a line

WeeksD1|$26.52|$26.52|03/02/2013|12.48|D1|1.09|0|0|0|0|0|.95|0|0|0|0|0|0|0|0|0|0|0|0|0|0||$0.00|$0.00||0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0||$0.00|$0.00||0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0||$0.00|$0.00||0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|$0.00|$0.00|$0.00|$0.00|$0.00|$0.00|$... (3 Replies)
Discussion started by: gavemani
3 Replies

8. Shell Programming and Scripting

Search a string in a text file and add another string at the end of line

Dear All I am having a text file which is having more than 200 lines. EX: 001010122 12000 BIB 12000 11200 1200003 001010122 2000 AND 12000 11200 1200003 001010122 12000 KVB 12000 11200 1200003 In the above file i want to search for string KVB... (5 Replies)
Discussion started by: suryanarayana
5 Replies

9. Shell Programming and Scripting

Search string within a file and list common words from the line having the search string

Hi, Need your help for this scripting issue I have. I am not really good at this, so seeking your help. I have a file looking similar to this: Hello, i am human and name=ABCD. How are you? Hello, i am human and name=PQRS. I am good. Hello, i am human and name=ABCD. Good bye. Hello, i... (12 Replies)
Discussion started by: royzlife
12 Replies

10. UNIX for Beginners Questions & Answers

Search a string and display its location on the entire string and make a text file

I want to search a small string in a large string and find the locations of the string. For this I used grep "string" -ob <file name where the large string is stored>. Now this gives me the locations of that string. Now how do I store these locations in a text file. Please use CODE tags as... (7 Replies)
Discussion started by: ANKIT ROY
7 Replies
l7-filter(1)							   User's Manual						      l7-filter(1)

NAME
l7-filter - classifies packets by their application layer data SYNOPSIS
l7-filter -f configuration_file [options] DESCRIPTION
l7-filter reads packets that are queued by Netfilter/iptables and marks them based on what application layer protocol they appear to be. OPTIONS
-f configuration_file Mandatory option. This file consists of pairs of protocol names and mark numbers. -q queue_number What queue to read packets from. Default is 0. -b bytes Match on up to this many bytes of application layer data. The default is 12000. -n packets Examine up to this many packets in each connection. If no match has been made after this, l7-filter gives up. The number of pack- ets counts all packets, including the TCP handshake and ACK packets (XXX but not any UDP packets that l7-filter didn't manage to get the conntrack for in time XXX). The default is 10. -p path Look for patterns in path instead of the default /etc/l7-protocols. The path and its subdirectories are searched, non-recursively (subsubdirectories are not searched). -m mask Use only the bits of the packet mark specified by the given mask. By default, l7-filter uses the whole 32 bit mark, so this is use- ful if you use other classifiers that set marks. For instance, if you give the mask 0xff000000, l7-filter will only use the first 8 bits of the mark and will completely ignore the rest of it. In this case, the mark numbers given in the configuration file are mapped onto the mask automatically. So if the configuration file says 2 and you've given the mask 0x00ff0000, l7-filter will actu- ally use 0x00020000. The mask must be contiguous (not, for instance, 0x00000f0f) and it must be at least 2 bits long. The number of protocols that l7-filter can handle is 2^(mask length)-3 since it uses the value 0 to detect when a packet has not been examined yet, 1 to mark packets in connections which are unmatched but still being examined, and 2 to mark packets which it has given up trying to identify. -c l7-filter expects its portion of the packet mark (see -m above) to be unmodified by other classifiers. Normally, if it gets a packet whose mark has already been modified (that is, is non-zero) in this region, it will send the packet on with the same mark without trying to classify it and print an error message. This option causes l7-filter instead to clobber the existing mark and classify as if it hadn't been there. -s Be silent (don't print anything) except in the case of warnings or errors. -v Be verbose. Gives more information about what l7-filter is doing. Multiple -v options increase the verbosity, up to a maximum of 4. -d Allow inadvisable configurations. You must give this option before the option which is inadvisable. UPGRADES
The latest version is always at http://sf.net/projects/l7-filter SEE ALSO
iptables(1) COPYRIGHT
Copyright (C) 2006-2007 Ethan Sommer <sommereAusers.sf.net> and Matthew Strait <quadongAusers.sf.net>. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. l7-filter v0.3 January 2007 l7-filter(1)
All times are GMT -4. The time now is 05:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy