Thursday, 19 September, 2019
[kevshaw@451]$ history
1 w
2 last -10
3 last -20
4 last -30
5 date
6 w
7 ls
8 vi hello.c
9 less hello.c
10 gcc -S hello.c
11 ls
12 less hello.s
13 cat hello.c hello.s
14 gcc -o hello hello.c
15 ls -l hello*
16 ./hello
17 ls
18 gfp -f 1poh
19 ls *.pdb
20 molauto 1POH.pdb
21 molauto 1POH.pdb | molscript | less
22 molauto 1POH.pdb > 1poh.ms
23 molscript < 1poh.ms > 1poh.ps
24 ls 1poh.*
25 convert 1poh.ps 1poh.jpg
26 ls 1poh.*
27 ./hstr -m 046989
[kevshaw@451]$