Search Results

Search: Posts Made By: cali
3,111
Posted By cali
You can use: variable=" " echo $variable >...
You can use:
variable=" "
echo $variable > name.dat
while [ "$variable" != "finished" ]
do
echo "Please enter your name (type finished when done)"

read variable
if [ $variable != "finished"...
Showing results 1 to 1 of 1

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