(view help text of ASCII.cs as plain text)
ASCII, Version 1.00
Convert a text file or Standard Input to ASCII and send it to Standard Output
Usage: some_command | ASCII > file
or: some_command | ASCII | other_command
or: ASCII "textfile" > file
or: ASCII "textfile" | other_command
Example: Compare the results of the following commands:
SUBINACL /? | MORE
SUBINACL /? | ASCII | MORE
Check for redirection by Hans Passant on StackOverflow.com
/questions/3453220/how-to-detect-if-console-in-stdin-has-been-redirected
Written by Rob van der Woude
http://www.robvanderwoude.com
page last uploaded: 2025-10-23; loaded in 0.0052 seconds