ASIF(1) — NEWS-OS Programmer’s Manual
NAME
asif − CDIF Assembler
SYNOPSIS
asif [ −i cdif-source-file ] [ −o cdif-binary-file ] [ −C codeset ]
DESCRIPTION
Asif is a command used to convert cdif source files into cdif binary files. The following options can be specified when using this command.
−i cdif-source-file
Specifies the cdif source file for input. Uses the standard input when not specified.
−o cdif-binary-file
Specifies the cdif binary file for output. Uses the standard output when not specified.
−C codeset
Specifies character codeset of cdif source file. Codeset is "sjis" or "euc". "sjis" specifies Shift-JIS and "euc" specifies EUC. If this option is not set, character codeset is specified according to environment variable LANG. If LANG is not specified, character codeset is specified to Shift-JIS.
EXAMPLE
% asif −i file.cis -o file.cif
SEE ALSO
"CDIF Format Specification Manual"
cdff(5), ctoif(1), xif(1), dasif(1), lpf_lbpif(8), lpf_clsif(8)
NEWS-OSRelease 4.1C