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




thanks for the link mas bayu…
Weh weh… aku urung mudeng
baru ngerti kalau bash script punya perulangan kaya C/AWK gitu.. for (( i.. ))
Wuuih, keren juga tuh..
Pernah lihat trik yg hampir sama di echozine
bedanya yg di ezine itu utk dos, dan pake bahasa
Jawa…