Search Results

Search: Posts Made By: lyp
3,521
Posted By Scrutinizer
Something like this? awk '$0=$2' RS=\< FS=\>...
Something like this?
awk '$0=$2' RS=\< FS=\> infile
3,521
Posted By bartus11
perl -ln0e 'while (/>([^<]+)/g) {$x=$1;$x=~s/ +/...
perl -ln0e 'while (/>([^<]+)/g) {$x=$1;$x=~s/ +/ /;print "$x"}' file
Showing results 1 to 2 of 2

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