BSD 3 development
[unix-history] / usr / lib / learn / morefiles / L2.1f
#print
Obtain a long listing (with "ls -l") of all files in this directory
whose names begin with capital letters, in a file
called "names".
Type "ready" when you're done.
#create STUFF
#
ls -l [A-Z]* >x1
#user
#cmp x1 names
#log
#next
3.1a 10
3.2a 5