Search Results

Search: Posts Made By: Manan
3,414
Posted By Manan
Hi, thanks...rgds.
Hi, thanks...rgds.
3,414
Posted By Manan
Hi, thanks..I've got around the first blank...
Hi, thanks..I've got around the first blank earlier
But, i've got to replace }}} from that line to }}...so how shall a sed line does 2 pattern replace in a command...(ie IGNORE removal and }...
3,414
Posted By Manan
Hi, thanks..but there can be blanks before the...
Hi, thanks..but there can be blanks before the first IGNORE and "}" at the end of the line need to be replaced as well....rgds.
3,414
Posted By Manan
Replacing more than 1 pattern in a line
Hi, pls advise how we could make change to more than one pattern in a single line using sed..

ie:

IGNORE abcd delete}}}
COND IGNORE efgh}}}

will yield in

abcd delete}}
COND...
2,526
Posted By Manan
Search/replace using visual block
Hi, how would we replace a few patterns on the same line with a change of it's own..using visual block on vim editor.

ie a file contains lines such as the following:

abccss (dfrss)) emailkk...
9,047
Posted By Manan
Hi, that's fine..the split limiter shd help......
Hi, that's fine..the split limiter shd help... split(/\s+/, $_, 5);..thx.
9,047
Posted By Manan
Array as part of scalar
Hi, just a follow up question on split....

If we've a list of lines in the file such as the following...

1 a b c /* rrsss */
2 d e f /* reres */

If we want to split those after /* till end...
1,689
Posted By Manan
Hi thanks. But, on unix csh script, the...
Hi thanks.

But, on unix csh script, the $(awk is giving Illegal variable name...
1,689
Posted By Manan
Merging info
Hi, pls advise how could we merge contents of lines from 2 different files into 1 file but shares common label continously as in the following example:
Thanks in advance...rgds.

File1:
// line:...
2,898
Posted By Manan
Thanks Vino, that helps. Rgds. :)
Thanks Vino, that helps.

Rgds. :)
2,898
Posted By Manan
Insert file content to a file
Hi, is there a Unix command line that does merge entire content of fileA to fileB at a specific line in the middle...thanks.
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 01:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy