![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| search for the contents in many file and print that file using shell script | cdfd123 | Shell Programming and Scripting | 3 | 10-07-2007 07:17 PM |
| [Urgent]how to print the file names into a txt file??? | kumarsaravana_s | Shell Programming and Scripting | 15 | 03-11-2007 11:32 PM |
| Problem in enscript??? | redlotus72 | UNIX for Dummies Questions & Answers | 7 | 07-06-2005 07:22 PM |
| Enscript | surajemenon | UNIX for Dummies Questions & Answers | 0 | 12-08-2004 08:36 AM |
| Enscript | mirzabhai | UNIX for Dummies Questions & Answers | 1 | 06-11-2001 06:46 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Can I print ps file using enscript?
Hi,
I have ps file, I want to print with diffrent font, is it possible to print like this? enscript -fCourier9 test.ps how to find enscript is installed or not? if I enter man enscript I am able to see the documentation, but if I try enscript -fCourier9 test.ps I am getting ksh: enscript: not found |
| Forum Sponsor | ||
|
|
|
|||
|
try
Code:
find / -name enscript 2>/dev/null /pathname/to/enscript |
|||
| Google UNIX.COM |