----- Original Message -----
From: "Miark" <[EMAIL PROTECTED]>
To: "Newbie at MDK" <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 4:13 PM
Subject: [newbie] Redirect, pipe and syntax


> I want to do this the following in one command, but I can't
> figure out the proper syntax:
>
> $ ps2ascii file.pdf > file
> $ unix2dos file > file.txt
>
> How do I do that?
>
 $ ps2ascii file.pdf > file;  unix2dos file > file.txt
something like that,
 $ ps2ascii file.pdf > file;  unix2dos file > file.txt;



--------------------------------------------------------------------------------


> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to