Search Results

Search: Posts Made By: samsonata
1,800
Posted By samsonata
Thanks a lot pamu...its working fine after a...
Thanks a lot pamu...its working fine after a minor tuning-->

awk '{if ($0 ~ /<!--N/) { x=$0;getline;y=$0; { if ( $0 ~ /-RESUMO-/ ) { print x,y} else { print } } } else { print $0} } ' SAM | sed...
1,800
Posted By samsonata
Hi itkamaraj, The code you wrote is pulling...
Hi itkamaraj,

The code you wrote is pulling all the lines into a single line.
I need only to pull <!--RESUMO--> part into its previous line and all other lines remain as it is.
1,800
Posted By samsonata
Problem in Cut and paste
Hi,

I have a file like this -->
Consider z as space

#cat filename
ABC
<!--Nzzzzz-->
<!--RESUMO-->
EFG
XYZ
<!--Nzzzzz-->
<!--RESUMO-->

I need to cut the <!--RESUMO--> part and...
Showing results 1 to 3 of 3

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