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