summaryrefslogtreecommitdiffhomepage
path: root/ms-my
diff options
context:
space:
mode:
authorhack1m <akimlinux@gmail.com>2015-10-20 21:34:34 +0800
committerhack1m <akimlinux@gmail.com>2015-10-20 21:34:34 +0800
commitde9539a7775b39328c4bbe5e01efcd826ce8ade2 (patch)
treebcb47464e274e20bbe8925190c13e962aaca4b98 /ms-my
parent17d10c158227270573cb4110fe402ff1c42caee8 (diff)
Fix some word
Diffstat (limited to 'ms-my')
-rw-r--r--ms-my/bash-my.html.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/ms-my/bash-my.html.markdown b/ms-my/bash-my.html.markdown
index 51036ad9..3632911d 100644
--- a/ms-my/bash-my.html.markdown
+++ b/ms-my/bash-my.html.markdown
@@ -96,7 +96,7 @@ fi
echo "Always executed" || echo "Only executed if first command fails"
echo "Always executed" && echo "Only executed if first command does NOT fail"
-# Untuk guna & dan || bersama kenyataan ‘if’, anda perlu beberapa pasang daripada tanda kurung siku:
+# Untuk guna && dan || bersama kenyataan ‘if’, anda perlu beberapa pasang daripada tanda kurung siku:
if [ $Name == "Steve" ] && [ $Age -eq 15 ]
then
echo "This will run if $Name is Steve AND $Age is 15."
@@ -181,7 +181,7 @@ case "$Variable" in
esac
# ‘for loops iterate' untuk sebanyak mana argumen yang ditetapkan:
-# Kandungan dari $Variable dicetakan tiga kali.
+# Kandungan dari $Variable dicetakan sebanyak tiga kali.
for Variable in {1..3}
do
echo "$Variable"
@@ -270,7 +270,7 @@ apropos bash
man 1 bash
man bash
-# Baca info dokumentasi dengan info (? for help)
+# Baca dokumentasi info dengan info (? for help)
apropos info | grep '^info.*('
man info
info info