$ script test.log
※scriptコマンドから、exitまでの情報が記録される $ script test.log Script started, file is test.log $ echo hello world!! echo hello worldscript hello worldscript $ exit exit Script done, file is test.log
※scriptコマンドから、exitまでの情報が記録されている $ cat test.log ------------------------------------------------ Script started on Tue 14 Jan 2020 05:27:45 PM JST $ echo hello world!! echo hello worldscript hello worldscript $ cat test.log $ exit exit Script done on Tue 14 Jan 2020 05:28:06 PM JST ------------------------------------------------
script -t 2> test.time test.log scriptreplay -t test.time test.log
コメントを投稿
0 件のコメント :
コメントを投稿