mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
f3050fcad3
Windows can support long file names, but these file names are not allowed: CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9 Source: https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file Pull Request: https://github.com/freebsd/freebsd-ports/pull/122
7 lines
357 B
Plaintext
7 lines
357 B
Plaintext
Prn prints out a text file to a postscript printer by converting to
|
|
postscript. If the file has kanji code such as 7-bit JIS, MS-kanji
|
|
(shifted-JIS) or EUC, it can print out by using a kanji code converter
|
|
whose name is kcc. If the file is code of C, C++, FORTRAN, pascal,
|
|
... , printing out by prn with a option '-c' can emphasize keywords
|
|
and comments.
|