in reply to Re^3: How to read contents of a file without opening it and print the contents
in thread How to read contents of a file without opening it and print the contents

I'm going to have settle for merely hiding the open in a system call:
`cat filename > /dev/lp0`
  • Comment on Re^4: How to read contents of a file without opening it and print the contents
  • Download Code