This commit is contained in:
Rakarake 2026-03-28 21:09:52 +01:00
parent 225d0f4b25
commit 94d12da846
4 changed files with 10 additions and 5 deletions

5
test.sh Executable file
View file

@ -0,0 +1,5 @@
x=a/b/c/d
y=a/
echo ${x#a/}
echo ${x#$y}
echo ${x#*/}