In the example above we are now searching for only 7 catalogue entries. Here we have the following possibilities:
We can scan journal files for the entries we need as follows.
Printing the headers of the journal files
for i in $FML3/done do fathead $i >> l3.journal done
We then simply grep the file l3.journal for the entries in question and then moved the corresponding files to the /todo directory.