Search Results

Search: Posts Made By: Erulisseuiin
5,995
Posted By yinyuemi
try: awk ...
try:
awk '/unix=/{v=gensub("unix=|\"","",1,$(NF-1))}/<body>/{print v,gensub("</?body>","","g",$1)}' file
5,995
Posted By pravin27
Try this, perl -nle 'printf "$1\t" if...
Try this,
perl -nle 'printf "$1\t" if /unix="(.+?)"/>$/;print $1 if m/<body>(.*)<\/body>/;' input.xmls
Showing results 1 to 2 of 2

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