You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -it --name looper ubuntu sh -c "while true; do echo 'Input website:'; read website; echo 'Searching..'; sleep 1; echo $website; curl http://$website; done"
sh- komento ei saa muuttujaa asetettua PowerShellissä. Pitää lisätä esceippaus eli takahipsu muuttujalle. Esimerkki yllä. Esimerkissä takahipsu näkyy editointimoodissa muttei lopullisessa esimerkissä.
Esimerkki teetti hiukan työtä :)
Exercise 1.4
The text was updated successfully, but these errors were encountered:
docker run -it --name looper ubuntu sh -c "while true; do echo 'Input website:'; read website; echo 'Searching..'; sleep 1; echo
$website; curl http://
$website; done"sh- komento ei saa muuttujaa asetettua PowerShellissä. Pitää lisätä esceippaus eli takahipsu muuttujalle. Esimerkki yllä. Esimerkissä takahipsu näkyy editointimoodissa muttei lopullisessa esimerkissä.
Esimerkki teetti hiukan työtä :)
Exercise 1.4
The text was updated successfully, but these errors were encountered: