mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 05:28:37 +01:00
fixed spelling error
This commit is contained in:
parent
8909457ae4
commit
de676b62b8
@ -56,7 +56,7 @@ echo '$Variable'
|
||||
|
||||
# String substitution in variables
|
||||
echo ${Variable/Some/A}
|
||||
# This will substitute the first occurence of "Some" with "A"
|
||||
# This will substitute the first occurrence of "Some" with "A"
|
||||
|
||||
# Substring from a variable
|
||||
Length=7
|
||||
|
Loading…
x
Reference in New Issue
Block a user