Search Results

Search: Posts Made By: arch12
2,105
Posted By Aia
A few things you might want to know about ksh ...
A few things you might want to know about ksh
Explanation (http://forums.devshed.com/showpost.php?p=811737&postcount=2) from the past, about the `test' in the ksh shell

ksh basics...
2,105
Posted By guruprasadpr
Hi 2 things: 1. You are missing 'then'...
Hi
2 things:
1. You are missing 'then' after if.
if [ $a -eq 0 ]; then
echo " "
else
2. Are you sure $a is a number since you are using -eq. Because from the grep it looks like it cannot be...
Showing results 1 to 2 of 2

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