1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 03:50:32 +02:00

Merge pull request #538 from BWSpiros/patch-1

Fixed random spelling error.
This commit is contained in:
Nami-Doc
2014-02-21 08:00:17 +01:00

View File

@@ -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: $$"