Friday, November 30, 2007

script(1)

script(1) is an easy to keep a log of what you typed:
$ script foo
Script started, file is foo
$ ls
foo  test.sh*
$ exit
exit
Script done, file is foo
$ wc -l foo
7 foo
$

No comments: