mdf-blog/test.sh
2026-03-28 21:09:52 +01:00

5 lines
54 B
Bash
Executable file

x=a/b/c/d
y=a/
echo ${x#a/}
echo ${x#$y}
echo ${x#*/}