mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-27 04:44:08 +03:00
Merge pull request #538 from BWSpiros/patch-1
Fixed random spelling error.
This commit is contained in:
commit
6f23dc37ee
@ -50,7 +50,7 @@ echo ${VARIABLE/Some/A}
|
||||
echo ${FOO:-"DefaultValueIfFOOIsMissingOrEmpty"}
|
||||
# This works for null (FOO=), empty string (FOO=""), zero (FOO=0) returns 0
|
||||
|
||||
# Bultin variables:
|
||||
# Builtin variables:
|
||||
# There are some useful builtin variables, like
|
||||
echo "Last program return value: $?"
|
||||
echo "Script's PID: $$"
|
||||
|
Loading…
Reference in New Issue
Block a user