home *** CD-ROM | disk | FTP | other *** search
- define(cleanup,syscmd(rm -s x1.tmp x2.tmp x3.tmp getfiles.tmp))
- m4wrap(`cleanup')
- define(runit,`syscmd($1)')
- runit(udate)
- define(getfiles,
- runit(ls > x1.tmp)
- runit(wc -lt x1.tmp > x2.tmp)
- runit(cut -f1 x2.tmp > x3.tmp)
- runit(`uecho -s @x3.tmp '\c'' > getfiles.tmp)
- runit(rm x1.tmp x2.tmp))
- getfiles()
- This directory contains include(`getfiles'.tmp) files
-