Thursday, 23 October, 2025
[kevshaw@451]$ history
1 date
2 ls
3 cd hb
4 ls
5 rm *.hb2
6 rm hbplus-std-out-file
7 ls
8 rm *.pdb
9 ls
10 grep '^ ' 2017-11-18.pdbsel | less
11 grep '^ ' 2017-11-18.pdbsel | cut -c9-13 | less
12 grep '^ ' 2017-11-18.pdbsel | cut -c9-13 | top -10 | gfp -fc
13 grep '^ ' 2017-11-18.pdbsel | cut -c9-13 | head -10 | gfp -fc
14 top
15 ls
16 ls *.pdb
17 ls *.pdb | xargs -l hbplus
18 ls *.pdb | xargs -l hbplus > hbplus-std-out-file
19 less hbplus-std-out-file
20 hbcnt hbplus-std-out-file
21 hbcnt hbplus-std-out-file > data
22 history
23 cd
24 cd msa
25 mkdir msa
26 cd msa
27 ls
28 ls -a
29 wget https://biochemistry.prof/451/data/hpr
30 less hpr
31 cd ..
32 ls
33 cd msa
34 ls
35 history
36 less hpr
37 clustalw
38 ls
39 less hpr.aln
40 ls -al
41 rm [B
42 rm ?[B?
43 ls
44 touch file
45 ls
46 mv file new-file
47 ls
48 cp new-file file
49 ls
50 ls -l
51 mv file ../misplaced-file
52 ls -l ..
53 rm ../misplaced-file
54 cd
[kevshaw@451]$