Search Results

Search: Posts Made By: vital_parsley
9,632
Posted By RudiC
I can't see a reason why those sed commands...
I can't see a reason why those sed commands should not work within scripts. Is the SEPARATOR variable assigned to correctly? Execute the scripts with the -x option set, and post the log as well as...
2,181
Posted By Corona688
In ksh, you would do: OLDIFS="$IFS" ;...
In ksh, you would do:

OLDIFS="$IFS" ; IFS="/"
set -a ARR $string
IFS="$OLDIFS" ...then use the array the same way as in bash.
2,677
Posted By RudiC
Redirect stdout and stderr to a log file (for...
Redirect stdout and stderr to a log file (for error analysis) or to /dev/null.
Showing results 1 to 3 of 3

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