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.
atexit()stdlibおよび bash' と同様または同等の機能を提供する組み込みまたは標準パッケージを探していますtrap "..." EXIT。
atexit()
trap "..." EXIT
次のすべてを含む、実行を終了するプログラム的な方法による終了をキャッチする必要があります。
exit
error