Search Results

Search: Posts Made By: methyl
2,098
Posted By methyl
If in doubt correct all syntax errors even if the...
If in doubt correct all syntax errors even if the shell didn't spot them. You can get really strange effects.


On the performance front it would help to see how you are calling the script and in...
2,098
Posted By methyl
@kodak The script is mostly a case statement...
@kodak
The script is mostly a case statement but is badlly laid out such that this is not easy to follow.

case $4 in "Too many open files")

thru

esac
2,098
Posted By methyl
Oddities picked up visually. This block of...
Oddities picked up visually.

This block of the case statement has no terminating ";;" .
"ERR_REASON:3")

A line should never end with a semi-colon.
exit;
should be
exit

What is in this...
Showing results 1 to 3 of 3

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