donzo
This commit is contained in:
parent
225d0f4b25
commit
94d12da846
4 changed files with 10 additions and 5 deletions
5
test.sh
Executable file
5
test.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
x=a/b/c/d
|
||||
y=a/
|
||||
echo ${x#a/}
|
||||
echo ${x#$y}
|
||||
echo ${x#*/}
|
||||
Loading…
Add table
Add a link
Reference in a new issue