Henry, > 1. How do I open a file with filename ***.ps.gz ? >
Umm is your question about the *** or the gz or the ps? If you meant that somehow you got ***'s in the file name and it's now causing you problems then use single quotes I.e $ mv '***.ps.gz' better.ps.gz If it's about the .gz then you need gunzip $ gunzip better.ps.gz if it's about the .ps then that's postscript, send it to your printer ;-) $ lpr better.ps HTH Pete -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
