Search Results

Search: Posts Made By: krmarshall87
40,942
Posted By edidataguy
sed -e 's/\(<[^<][^<]*>\)//g' file.xml OR ...
sed -e 's/\(<[^<][^<]*>\)//g' file.xml

OR

sed -e 's/\(<[^<][^<]*>\)//g; /^$/d' file.xml
124,149
Posted By Optimus_P
or how about sed. x=`echo $i|sed s/.$//`
or how about sed. x=`echo $i|sed s/.$//`
Showing results 1 to 2 of 2

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