23Aug/088
Clever Use of Alias
My friend, Rio has made a tutorial on how to write a bash script that use our own mother language.
So, instead of using this snippet:
echo -e "\n-------- CONTOH PERULANGAN ---------" for (( i=1; i<=5; i++ )) do echo -n "$i " done
We'll do it this way:
cetak -e "\n-------- CONTOH PERULANGAN ---------" untuk (( i=1; i<=5; i++ )) lakukan cetak -n "$i " selesai
-
http://rioastamal.net/ rio
-
http://rioastamal.net/ rio
-
http://nurudin.jauhari.net/ Jauhari
-
http://nurudin.jauhari.net Jauhari
-
http://ferdianto.com/ ferdhie
-
http://ferdianto.com/ ferdhie
-
http://rotyyu.wordpress.com/ rotyyu
-
http://rotyyu.wordpress.com rotyyu








