/asciible

Simple program to check if given text has non-ASCII symbols

Primary LanguageCMIT LicenseMIT

asciible

Simple program to check if given text, file(s) or file(s) in dir(s) has non-ASCII symbols.

Install

Requirements

To successfully build gcc and make required. For testing also posix compliant shell like sh, dash or csh need to be installed.

To build program use this command:

make

After program was build it can be installed with this command:

sudo make install

Examle usage