Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

psfgettable(1) [opendarwin man page]

PSFGETTABLE(1)						      General Commands Manual						    PSFGETTABLE(1)

NAME
psfgettable - extract the embedded Unicode character table from a console font SYNOPSIS
psfgettable fontfile [outfile] DESCRIPTION
psfgettable extracts the embedded Unicode character table from a .psf format console font into a human readable ASCII file of the format used by psfaddtable(1). If the font file name is a single dash (-), the font is read from standard input. SEE ALSO
setfont(8), psfaddtable(1), psfstriptable(1), psfxtable(1) 25 Oct 1994 PSFGETTABLE(1)

Check Out this Related Man Page

PSFXTABLE(1)						      General Commands Manual						      PSFXTABLE(1)

NAME
psfxtable - handle Unicode character tables for console fonts SYNOPSIS
psfxtable [-i infont] [-o outfont] [-it intable] [-ot outtable] [-nt] DESCRIPTION
psfxtable handles the embedded Unicode character table for .psf format console fonts. It reads a font and possibly a table and writes a font and/or a table. psfaddtable(1), psfgettable(1) and psfstriptable(1) are links to it. Each of the filenames infont, outfont, intable, and outtable may be replaced by a single dash (-), in which case standard input or standard output is used. If no -i option is given, the font is read from standard input. If no -it or -o or -ot option is given, no input table is read or no output font or output table is written. By default the output font (if any) will have a Unicode table when either the input font has one, or an explicit table (which overrides an input font table) has been provided. The option -nt causes output of a font without table. When outfont is requested it will get a psf1 header when infont has a psf1 header and intable does not have sequences and a psf2 header otherwise. SEE ALSO
setfont(8), psfaddtable(1), psfgettable(1), psfstriptable(1) 9 Dec 1999 PSFXTABLE(1)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies