Search Results

Search: Posts Made By: research3
36,847
Posted By bartus11
Try: awk...
Try: awk '/<Cell.*>/{sub(".*<Cell[^>]+><[^>]+>","",$0);sub("<.*","",$0);s=s";"$0}/<\/Row>/{sub("^;","",s);print s;s=""}' file
3,204
Posted By ctsgnb
/^Hello/|if a line start with "Hello" ... ...
/^Hello/|if a line start with "Hello" ...
{(/..*Hello.*/)?f=1:f=0}|... then if Hello is found after any single character or more (this will match only if more than 1 occurrence of "Hello" in the...
2,291
Posted By rdcwayx
awk '{split($0,b," ") getline <...
awk '{split($0,b," ")
getline < "File2.txt"
if (b[1]==$1&&b[4]==$5)
{if (b[2]!=$3||b[3]!=$4) print "PAY ATTENTION, There are different owner and group for the follow file :...
Showing results 1 to 3 of 3

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