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.
すべての出力をset -xファイルにエクスポートする方法はありますか? 私の演習は、 and のようないくつかの機能を使用しset -xて 、すべての出力をファイルにエクスポートすることです。mkdirtouch
set -x
mkdir
touch
ありがとう