Search Results

Search: Posts Made By: raghunsi
2,142
Posted By cambridge
Ok, understood. Try: sed -e...
Ok, understood. Try:
sed -e 's/>\(<[^:]*:Errort\)/> \1/g' -e 's/\(<\/[^:]*:Errort>\)</\1 </g'Regards,
Mark.
4,455
Posted By Corona688
function usage() { # THIS IS WRONG! ...
function usage() {
# THIS IS WRONG!
# This SHOULD NOT be in the function!
# Your memory is incorrect -- this never worked, or required weird workarounds to force it to...
4,455
Posted By Scrutinizer
As stated by various users in this thread if [ $#...
As stated by various users in this thread if [ $# != 2 ]; then should not be used inside the usage function.
Showing results 1 to 3 of 3

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