-2
쉘 스크립트를 분석하고 있는데 코드 조각에 약간 혼란 스럽습니다.반환 값은 무엇을 의미합니까?
누군가가 나를 설명 할 수 있습니까? ; 이 경우이 (가) 광고를 클릭하고 있습니다.
if [ -f "$BYPASS_EXISTING_NETWORK_TEST_FILE" ]; then
dloginfo "Skipping existing network test; mandated by configuration."
# Consume the file.
rm -f "$BYPASS_EXISTING_NETWORK_TEST_FILE"
return;
fi
'도움말 return'에서 ... –
서식을 수정하십시오. – tomix86
[BASH 기능의 반환 및 종료 차이점] (https://stackoverflow.com/questions/4419952/difference-between-return-and-exit-in-bash-functions) –