mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
[bash-jp/ja-jp] Corrected spelling. seperated -> separated
This commit is contained in:
parent
8dc3329730
commit
97cbeab835
@ -66,7 +66,7 @@ echo "Last program return value: $?"
|
||||
echo "Script's PID: $$"
|
||||
echo "Number of arguments: $#"
|
||||
echo "Scripts arguments: $@"
|
||||
echo "Scripts arguments seperated in different variables: $1 $2..."
|
||||
echo "Scripts arguments separated in different variables: $1 $2..."
|
||||
|
||||
# 入力値の読み込み
|
||||
echo "What's your name?"
|
||||
|
Loading…
Reference in New Issue
Block a user