Berikut struktur if di bash shell script di linux.
Contohnya
hasilnya jika benar
hasilnya jika salah
Ok.. Berikut script sederhana banget dari newbie ^_^
Referensi :
http://www.tech-recipes.com/rx/316/bournebash-shell-script-while-loop-syntax/
http://www.justlinux.com/nhf/Programming/Introduction_to_bash_Shell_Scripting.html
www.simplyaddo.web.id
www.simplyaddo.web.id
www.simplyaddo.web.id
www.simplyaddo.web.id
www.simplyaddo.web.id
1 2 3 4 5 | if [ ekspresi ]; then jika_ekspresinya_benar else jika_ekspresinya_salah fi |
Contohnya
1 2 3 4 5 6 7 8 | #!/bin/sh echo -n "Masukkan nama anda : " read nama if [ "$nama" = "adit" ]; then echo "OK" else echo "Salah" fi |
1 2 3 | [root@localhost ~]# ./if.sh Masukkan nama anda : adit OK |
[root@localhost ~]# ./if.sh
Masukkan nama anda : adflk
Salah
Masukkan nama anda : adflk
Salah
Ok.. Berikut script sederhana banget dari newbie ^_^
Referensi :
http://www.tech-recipes.com/rx/316/bournebash-shell-script-while-loop-syntax/
http://www.justlinux.com/nhf/Programming/Introduction_to_bash_Shell_Scripting.html
www.simplyaddo.web.id
www.simplyaddo.web.id
www.simplyaddo.web.id
www.simplyaddo.web.id
www.simplyaddo.web.id
0 komentar:
Post a Comment
Berkomentarlah yang baik dan bermanfaat bagi semua orang, jika kamu mau menempatkan link url pastikan berikan informasi yang bermanfaat pula