如何测量使用 cat 读取 test_file.txt 的执行时间?
cat
test_file.txt
time cat test_file.txt
cat test_file.txt > time
date cat test_file.txt
cat time test_file.txt