passing argument containing space in shell script - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
passing argument containing space in shell script - Stack Overflow
You must wrap the $@ in quotes, too: "$@". This tells the shell to ignore spaces
in the arguments; it doesn't turn all arguments into a very long string.