물고기 껍질의 공식 문서는 this example입니다. 내가 case '*'
이해물고기 쉘 스크립트의 대문자 매개 변수로 '- *'의 의미는 무엇입니까?
function mkdir -d "Create a directory and set CWD"
command mkdir $argv
if test $status = 0
switch $argv[(count $argv)]
case '-*'
case '*'
cd $argv[(count $argv)]
return
end
end
end
는 C++ 스위치 문에서 default:
같다.
case '-*'
의 의미는 무엇입니까?