locarno Posted April 27, 2016 Share Posted April 27, 2016 Witam, czy ktoś mógłby mi pomóc z tym skryptem. Należy podać dwie liczby, a komputer ma stwierdzić, która liczba jest większa. #!/bin/bash if [ $1 -gt $2 ] then echo "Pierwsza liczba jest większa" elif [ $1 -le $2 ] echo "Druga liczba jest wieksza" else echo "Liczby są rowne" fi Nie umiem doprowadzić tego kodu do działającej formy. Quote Link to comment Share on other sites More sharing options...
tux Posted April 27, 2016 Share Posted April 27, 2016 W załączniku cos.txt Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.