Thursday, 21 September, 2023
[kevshaw@451]$ history
1 date
2 w
3 date
4 clear
5 w
6 ls
7 mkdir prog
8 cd prog
9 nano hello.c
10 gcc -S hello.c
11 ls
12 cat hello.s
13 gcc -o hello hello.c
14 ls
15 ./hello
16 cat hello.c
17 ./hello
18 cat hello
19 q
20 ls
21 less hello
22 cat hello.c
23 cd
24 ls
25 mkdir mols
26 cd mols
27 ls
28 gfp -fe 9rnt
29 ls
30 less 9rnt.ent
31 ls
32 molauto 9rnt.ent
33 molauto 9rnt.ent | molsort
34 molauto 9rnt.ent | molsort > 9rnt.ms
35 molscript < 9rnt.ms > 9rnt.ps
36 convert 9rnt.ps 9rnt.jpg
37 ls
38 cd
[kevshaw@451]$