Query: ascii
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ASCII(1) General Commands Manual ASCII(1)NAMEascii - strip all the pure ASCII lines from a fileSYNOPSISascii [-n] [file]OPTIONS-n Extract the lines containing nonASCII charactersEXAMPLESascii file >outf # Write all the ASCII lines on outf ascii -n <file >outf # Write all the nonASCII lines on outfDESCRIPTIONSometimes a file contains some nonASCII characters that are in the way. This program allows the lines containing only ASCII characters to be grepped from the file. With the -n flag, the nonASCII lines are grepped. No matter whether the flag is used or not, the program returns an exit status of true if the file is pure ASCII, and false otherwise.SEE ALSOtr(1). ASCII(1)
Related Man Pages |
---|
ascii-xfr(1) - redhat |
tr(1) - bsd |
getcol(1) - debian |
ascii-xfr(1) - suse |
tr(1) - ultrix |