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.
UNIX/LINUX で、コマンドにかかる時間を追跡する簡単な方法はありますか?
はい、次time <command>のように使用します
time <command>
time ls
man timeその他のオプションについては、相談してください。リンク。
man time