On Tue, Jul 24, 2001 at 11:54:14AM -0400, Stefanus Du Toit wrote:
> > On Tue, Jul 24, 2001 at 01:19:24PM +0200, Joost Kooij wrote:
> > >   find /dev/cdrom -type f -exec cat {} \> /dev/null \;
> 
> doing it on the device file won't get you anywhere :)

Who said it has to be a device file?  (tested, this time)  :-)  

  rm -rf /dev/cdrom
  mkdir /dev/cdrom
  mount -t iso9660 -o ro /dev/hdb /dev/cdrom
  find /dev/cdrom -type f -exec cat {} \> /dev/null \;

It's not weird, it's unix.

Cheers,


Joost

Reply via email to