On Mon, 12 Dec 2005 17:32, Robert Fisher wrote:

> On Mon, 12 Dec 2005 5:25 pm, Robert Fisher wrote:
> > I know that I can list all files in a directory with
> > ls -a -R
> >
> > but how do I create a file to print from this output?
>
> Here I go replying to my own post again. Do I sound like a boy crying wolf?
>
> ls -a -R > filename.txt worked for me

Cut out the middleman and send it straight into the print queue:

ls -a -R | lpr

Wayne

Reply via email to