Tuesday, 28 September, 2021
[kevshaw@451]$ history
1 gfp -f 2lzm
2 grep ^ATOM 2LZM.pdb | less
3 grep ^ATOM 2LZM.pdb | cut -c61-66
4 grep ^ATOM 2LZM.pdb | cut -c61-66 | less
5 grep ^ATOM 2LZM.pdb | cut -c61-66 | sort -n | less
6 grep ^ATOM 2LZM.pdb | cut -c61-66 | sort -n | head -1
7 grep ^ATOM 2LZM.pdb | cut -c61-66 | sort -nr | head -1
8 nano bythermal
9 cat bythermal
10 ls -l
11 ./bythermal
12 chmod x bythermal
13 ls -al
14 ls -l
15 rm bythermal
16 nano 7rsa.ms
17 grep ATOM 7RSA.pdb
18 grep ATOM 7RSA.pdb | less
19 nano 7rsa.ms
20 molscript < 7rsa.ms > 7rsa.ps
21 convert 7rsa.ps 7rsa.jpg
22 molscript -r < 7rsa.ms > 7rsa.r3d
23 nano 7rsa.r3d
24 render -tiff < 7rsa.r3d
25 ls
26 convert render.tiff 7rsa.jpg
27 history
28 nano 7rsa.r3d
[kevshaw@451]$