Start development on BSD 4
[unix-history] / .ref-5cb41021d721f4e0ac572d592613f963e495d1ff / .ref-BSD-3 / usr / lib / learn / morefiles / L2.1c
CommitLineData
fd15fd37
BJ
1#print
2This time you have to get a list of the files whose names begin
3with "memo", but sorted in order of last change, most recent first,
4as produced by "ls -t". Get the list in file "gorp",
5then type "ready".
6#create memo1
7first line
8#create memo3
9third line
10#create memo2
11second line
12#user
13ls -t memo* >X1
14#cmp X1 gorp
15#log
16#next
172.1d 10