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
MINIMODEM(1)						      General Commands Manual						      MINIMODEM(1)

NAME
minimodem - software audio Bell-type or RTTY FSK modem SYNOPSIS
minimodem --tx [options] {baudmode} minimodem --rx [options] {baudmode} DESCRIPTION
minimodem is a command-line program which generates (or decodes) audio modem tones at any specified baud rate, emulating an old Bell-type or radio-teletype FSK modem. The tones can be played to (or recorded from) the PulseAudio system or to an audio file. minimodem can be used to transfer data between nearby computers using an audio cable (or just via sound waves), or between remote computers using radio, telephone, or another audio communications medium. TX
/RX MODE -t, --tx, --transmit, --write transmit mode: generate audio tones -r, --rx, --receive, --read receive mode: decode audio tones OPTIONS
-a, --auto-carrier automatically detect mark and space frequences from carrier -c, --confidence threshold set receive confidence threshold (0.0 to 1.0, default 0.6) -8, --ascii ASCII 8-N-1 -5, --baudot Baudot 5-N-1.5 -f, --file filename.wav encode or decode an audio file (extension sets audio format) -b, --bandwidth {rx_bandwidth} -M, --mark {mark_freq} -S, --space {space_freq} -T, --txstopbits {m.n} -q, --quiet Do not report CARRIER / NOCARRIER or signal analysis metrics. -V, --version print program version {baudmode} The required {baudmode} parameter may be any floating-point value to specify a baud rate, or the string "rtty". The {baudmode} also implies certain other parameter defaults depending on the rate, including standard (or at least reasonable) default mark and space tone frequencies. 1200 : Bell202 1200 bps --ascii 300 : Bell103 300 bps --ascii rtty : RTTY 45.45 bps --baudot --txstopbits 1.5 {any floating point value N} : Bell-like N bps --ascii EXAMPLES
minimodem --tx 100 Transmit 100 baud tones from one computer ... minimodem --rx 100 and receive 100 baud tones on another nearby computer. minimodem --rx --auto-carrier rtty Decode amateur radio RTTY signals (listen near 14.085 MHz). minimodem --tx 0.5 Experiment with very low baud rates (works in noisy conditions). minimodem --tx 12000 Experiment with very high baud rates works (works with audio files). NOTES
minimodem does not decode AX.25 framed packets. minimodem does not support modem control ("AT") commands, nor does it produce DTMF telephone dialing tones. VERSION
This page documents minimodem version 0.8.1. The latest version is available at <http://www.whence.com/minimodem>. AUTHOR
minimodem was written by Kamal Mostafa <kamal@whence.com>. COPYRIGHT
Copyright (C) 2011 by Kamal Mostafa <kamal@whence.com>. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. July 15, 2011 MINIMODEM(1)
All times are GMT -4. The time now is 08:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy