Linux common commands-110: time

The time command is used to measure the time consumed by the execution of a specific instruction and information such as system resources. Such as CPU time, input and output, etc.

Syntax format: time [parameter] [command]

Example

 # 显示查看文件夹anaconda3 大小的信息time du -sh anaconda3

This article is reprinted from https://xugaoxiang.com/2022/09/28/linux-cmds-110-time/
This site is for inclusion only, and the copyright belongs to the original author.