Tuesday, 14 October, 2025
[kevshaw@451]$ history
1 cd ps3
2 ls
3 accres res=ALA *.rsa
4 clear
5 mhs
6 mhs > file
7 cat file
8 cd
9 mkdir hb
10 cd hb
11 gfp -f 9rnt
12 less 9RNT.pdb
13 hbplus 9RNT.pdb
14 ls
15 less 9RNT.
16 less 9RNT.hb2
17 grep MM 9RNT.hb2 | less
18 grep MM 9RNT.hb2 | wc -l
19 less 9RNT.hb2
20 grep MS 9RNT.hb2
21 grep MS 9RNT.hb2 | wc -l
22 grep SM 9RNT.hb2 | wc -l
23 grep SM 9RNT.hb2
24 egrep 'MS|SM' 9RNT.hb2
25 egrep 'MS|SM' 9RNT.hb2 | wc -l
26 grep SS 9RNT.hb2
27 grep SS 9RNT.hb2 | wc -l
28 less 9RNT.hb2
29 ls
30 rm *
31 ls
32 wget https://homepages.thm.de/~hg12640/2017-11-18.pdbsel
33 cat 2017-11-18.pdbsel | cut -c9-13
34 cat 2017-11-18.pdbsel | cut -c9-13 | head -10 | gfp -fc
35 ls
36 cat 2017-11-18.pdbsel | cut -c9-13 | head -10
37 cat 2017-11-18.pdbsel | grep '^ '| cut -c9-13 | head -10
38 cat 2017-11-18.pdbsel | grep '^ '| cut -c9-13 | head -10 | gfp -fc
39 ls
40 ls *.pdb
41 ls *.pdb | xargs -l hbplus
42 ls *.pdb | xargs -l hbplus > hbplus-std-out-file
43 less hbplus-std-out-file
44 hbcnt hbplus-std-out-file
45 gnuplot
46 parallels
47 cd
[kevshaw@451]$