mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-05 14:27:51 +02:00
fixed spelling error
This commit is contained in:
@@ -56,7 +56,7 @@ echo '$Variable'
|
|||||||
|
|
||||||
# String substitution in variables
|
# String substitution in variables
|
||||||
echo ${Variable/Some/A}
|
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
|
# Substring from a variable
|
||||||
Length=7
|
Length=7
|
||||||
|
Reference in New Issue
Block a user