printing info files
someone told me that to print info files I should have to use a2ps like for example:
bzip2 -d gdb.info.bz2
a2ps gdb.info
But when i try that I get the following error:
[ttilt@localhost download]$ a2ps gdb.info
[gdb.info (binary): ignored]
[No output produced]
so is it possible to print info files ? If so how?
|