Search Results

Search: Posts Made By: dba_frog
2,854
Posted By vgersh99
echo '05/16/2008 18:30:49 Installation 48985' |...
echo '05/16/2008 18:30:49 Installation 48985' | nawk '{split($1,a,"/");$1=a[3] "/" a[2] "/" a[1]}1'
echo '05/16/2008 18:30:49 Installation 48985' | sed 's#^\(..\)/\(..\)/\(....\)#\3/\2/\1#'
2,216
Posted By bartus11
Try: awk '{if ($0~"</tr>"){n=0}if...
Try: awk '{if ($0~"</tr>"){n=0}if ($0~"<td>"){n++}}$0!~"<td>" || n<5' file
2,092
Posted By itkamaraj
yessss :)
yessss :)
1,286
Posted By Scott
Can you provide some example input? From the...
Can you provide some example input?

From the first ( to the first closing ) would be:

sed 's/([^)]*)//'


But it's not clear that's what you want from your description.
2,263
Posted By Scott
What do you mean by "errors"? Are these ^[, etc....
What do you mean by "errors"? Are these ^[, etc. escape characters?

Can you cat -v file and post part of the output which contains these characters?
Showing results 1 to 5 of 5

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