mirror of
https://git.busybox.net/busybox
synced 2025-05-13 14:14:01 +02:00
3 lines
28 B
Text
Executable file
3 lines
28 B
Text
Executable file
a=/b/c/*
|
|
b=\\
|
|
echo ${a%$b*}
|