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.
実行の最後に自分自身を削除するシェル スクリプトを開発したいと考えています。
これはどのように行うことができますか?
単に[[ -f "$0" ]] && rm "$0"。書き込みエラーなどから保護したい場合があります。
[[ -f "$0" ]] && rm "$0"