Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はシェルスクリプトでよく出くわしますが、最後のコマンドの終了ステータス$? $0 $1 $2 etc....を返すことを知っています$?
$? $0 $1 $2 etc....
$?
echo "this will return 0" echo $?
しかし、他の人は何をしますか?彼らは何と呼ばれていますか?おそらく$3 $4 $5のように...