Search Results

Search: Posts Made By: william palmer
2,665
Posted By william palmer
When i use something like read yesno ...
When i use something like


read yesno
case ${yesno} in
[Yy] ) echo "Yes" ;;
[Nn] ) echo "No" ;;
* ) echo "Other" ;;
esac

case ${yesno} in
[Yy])
do echo "hi"
;;
...
2,665
Posted By william palmer
Ok so if user types in yes what i would do after...
Ok so if user types in yes what i would do after that for example if yes then goto other place if no then goto another place how would that be implemented? and thankyou pludi


like this?

...
2,665
Posted By william palmer
sh to grep and replace text files
Hello I was wondering what is a way you can put in your code that acts like goto for bash in windows ?

lets say i have a if yes or no question how would i go about doing that?

Also how can i...
Showing results 1 to 3 of 3

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