Sponsored Content
Top Forums Shell Programming and Scripting search for string and replace backwards Post 302361154 by Scott on Monday 12th of October 2009 11:21:36 AM
Old 10-12-2009
Hi.

No, it doesn't.

I just ran it on a file with a record (line) length of 750,000, and it worked fine.

Please state what the problem is (error message, etc.), and show what you did.

Thanks.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl: Search for string on line then search and replace text

Hi All, I have a file that I need to be able to find a pattern match on a line, search that line for a text pattern, and replace that text. An example of 4 lines in my file is: 1. MatchText_randomNumberOfText moreData ReplaceMe moreData 2. MatchText_randomNumberOfText moreData moreData... (4 Replies)
Discussion started by: Crypto
4 Replies

2. Shell Programming and Scripting

Search backwards

Hi, I have a variable , lets say a=/disk1/net/first.ksh i need to grep "first.ksh" everytime "a" gets changed dynamically and i do not know how many '"/" are there in my variable. Can somebody help me out. (9 Replies)
Discussion started by: giri_luck
9 Replies

3. Shell Programming and Scripting

search backwards relative to a string

Hi, I have to search for first occurenceof string str1 in a file(>5GB). Now, after I have that , I have to search backwards from that offset till I get another string str2. I should also be able to get the new string str2's offset. Similarly, I look for last occurence of str1 and then... (1 Reply)
Discussion started by: finder255
1 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. Shell Programming and Scripting

Search, replace string in file1 with string from (lookup table) file2?

Hello: I have another question. Please consider the following two sample, tab-delimited files: File_1: Abf1 YKL112w Abf1 YAL054c Abf1 YGL234w Ace2 YKL150w Ace2 YNL328c Cup9 YDR441c Cup9 YDR442w Cup9 YEL040w ... File 2: ... ABF1 YKL112W ACE2 YLR131C (9 Replies)
Discussion started by: gstuart
9 Replies

6. Shell Programming and Scripting

awk - replace number of string length from search and replace for a serialized array

Hello, I really would appreciate some help with a bash script for some string manipulation on an SQL dump: I'd like to be able to rename "sites/WHATEVER/files" to "sites/SOMETHINGELSE/files" within the sql dump. This is quite easy with sed: sed -e... (1 Reply)
Discussion started by: otrotipo
1 Replies

7. Shell Programming and Scripting

Search backwards to certain string

Hi, I'm using the following to do a backwards search of a file for a string sed s/^M//g FILE | nawk 'c-->0;$0~s{if(b)for(c=b+1;c>1;c--)print r;print;c=a}b{r=$0}' b=10 a=0 s="9005"|grep "policy "|sort -u |awk '{print $4}'|cut -c2-10 My issue is that because I'm looking back 10 lines it's... (11 Replies)
Discussion started by: SaltyDog
11 Replies

8. Shell Programming and Scripting

Sed: find and replace backwards, until string

Some help please: Need to find string ||(everything in front of it)B0300|| and replace it with ||0|| globally In: 16112121||||0||0||0||0||0||52||52||0||0||0||0||1507200053342B0300||1507200053342B0300||0||0||0||0700 Out: 16112121||||0||0||0||0||0||52||52||0||0||0||0||0||0||0||0||0||0700 ... (4 Replies)
Discussion started by: drbiloukos
4 Replies

9. UNIX for Dummies Questions & Answers

Search for a string,delete the line and replace with new string in a file

Hi Everyone, I have a requirement in ksh where i have a set of files in a directory. I need to search each and every file if a particular string is present in the file, delete that line and replace that line with another string expression in the same file. I am very new to unix. Kindly help... (10 Replies)
Discussion started by: Pradhikshan
10 Replies

10. UNIX for Beginners Questions & Answers

Search partial string in a file and replace the string - UNIX

I have the below string which i need to compare with a file and replace this string in the file which matches closely. Can anyone help me on this. string(Scenario 1)- user::r--,user::ourfrd:r-- String(Scenario 2)- user::r-- File **** # file: /local/Desktop/myfile # owner: me # group:... (6 Replies)
Discussion started by: sarathy_a35
6 Replies
SHOW(1) 							     [nmh-1.5]								   SHOW(1)

NAME
show - show (display) messages SYNOPSIS
show [+folder] [msgs] [-draft] [-showproc program] [-showmimeproc program] [-header | -noheader] [-checkmime | -nocheckmime] [switches for showproc or showmimeproc] [-version] [-help] DESCRIPTION
Show lists each of the specified messages to the standard output (typically, the terminal). By default, text (non-MIME) messages are filtered and displayed by the nmh command mhl. This command will display text messages in a nice, uniform format. It also allows you to configure the format of the displayed messages and which headers fields are shown. See the mhl(1) manual page for the details about this command. This default can be changed by defining the showproc profile component. Any switches not recognized by show are passed along to that program. To override the default and the showproc profile component, use the -showproc program switch. For example, -showproc more will cause the more program to list the messages with no reformatting. Normally, this program is specified as the showproc in the user's .mh_profile, rather than using a command line switch. By default, non-text messages (MIME messages with multi-media contents) are processed and displayed by the nmh command mhshow. See the mhshow(1) manual page for details about this command. This default can changed by defining the showmimeproc profile component. Any switches not recognized by show are passed along to that program. To override this default and the showmimeproc profile component, use the -showmimeproc program switch. Note that in some cases, show may invoke the showmimeproc even for textual contents. This will happen for text messages that specify a transfer encoding (such as MIME quoted-printable or base64) or specify a character set that show doesn't believe can be displayed natively. The environment variable $MM_CHARSET should be set to the terminal's native character set to avoid gratuitous invocations of the showmime- proc. See the mh-profile(5) man page for details about this environment variable. The option -checkmime (set by default) instructs show to test if any of the messages to be displayed are non-text (MIME) messages. If any are non-text, they are displayed by the program showmimeproc, else they are displayed by the program showproc. The option -nocheckmime disables this test and instructs show to use showproc, regardless of whether any of the messages are non-text (MIME) messages. The -noshowproc switch will disable any formatting or paging of messages. It is equivalent to -nocheckmime -showproc cat. It is still accepted, but should be considered (somewhat) obsolete. If the environment variable $NOMHNPROC is set, the test for non-text (MIME) messages will be disabled. This method is obsolete. Use the -nocheckmime switch instead. The -header switch tells show to display a one-line description of the message being shown. This description includes the folder and the message number. If no `msgs' are specified, the current message is used. Although it depends on the specific showproc or showmimeproc, in the default set- up when more than one message is specified, you will be prompted for a <RETURN> prior to listing each message. Each message will be listed a page at a time, and when the end of page is reached, the program will wait for a <SPACE> or <RETURN>. If a <RETURN> is entered, it will print the next line, whereas <SPACE> will print the next screenful. If the standard output is not a terminal, no queries are made, and each file is listed with a one-line header and two lines of separation. "show -draft" will list the file <mh-dir>/draft if it exists. If the profile entry "Unseen-Sequence" is present and non-empty, then show will remove each of the messages shown from each sequence named by the profile entry. FILES
$HOME/.mh_profile The user profile PROFILE COMPONENTS
Path: To determine the user's nmh directory Current-Folder: To find the default current folder Unseen-Sequence: To name sequences denoting unseen messages showproc: Program to show text (non-MIME) messages showmimeproc: Program to show non-text (MIME) messages SEE ALSO
mhl(1), mhshow(1), more(1), next(1), prev(1), scan(1) DEFAULTS
`+folder' defaults to the current folder `msgs' defaults to cur `-checkmime' `-header' CONTEXT
If a folder is given, it will become the current folder. The last message selected will become the current message. BUGS
The -header switch doesn't work when `msgs' expands to more than one message. If the showproc is mhl, then this problem can be circum- vented by referencing the "messagename" field in the mhl format file. Show updates the user's context before showing the message. Hence show will mark messages as seen prior to the user actually seeing them. This is generally not a problem, unless the user relies on the "unseen" messages mechanism, and interrupts show while it is showing "unseen" messages. If your showproc is mhl (the default), then show uses a built-in mhl: it does not actually run the mhl program. Hence, if you define your own showproc , don't call it mhl since show won't run it. If your showproc is the pager more, then avoid running show in the background with only its standard output piped to another process, as in show | imprint & Due to a bug in more, show will go into a "tty input" state. To avoid this problem, re-direct show's diagnostic output as well. For users of csh: show |& imprint & For users of sh: show 2>&1 | imprint & MH.6.8 11 June 2012 SHOW(1)
All times are GMT -4. The time now is 01:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy