Handycam
10-08-2003, 10:54 AM
I already know how to pipe terminal output to a text file, but what I'd like to do is pipe it directly to the printer, without having to create a text file first.
I've been doing stuff like:
ls -l /Volumes/MyCD/ >> MyCD.txt
or
ls -l /Volumes/MyCD | bbedit
I'm currently printing to a network laser printer.
Any ideas? Thanks.
I've been doing stuff like:
ls -l /Volumes/MyCD/ >> MyCD.txt
or
ls -l /Volumes/MyCD | bbedit
I'm currently printing to a network laser printer.
Any ideas? Thanks.