On Tuesday 19 December 2006 00:53, Edwin F wrote: > Separate the square bracket and the "$Mac" with a space character. > That is: if [ "$Mac" -ne "00:00:00:00:00:00" ]; then
use != instead of -ne man test for the gore. -- CS
On Tuesday 19 December 2006 00:53, Edwin F wrote: > Separate the square bracket and the "$Mac" with a space character. > That is: if [ "$Mac" -ne "00:00:00:00:00:00" ]; then
use != instead of -ne man test for the gore. -- CS