Advanced Usage

Redirecting Output to a File

ens_checker is writing to stderr, so if you want to redirect output to a file, you need to use >&. For example, the following will place the output of the run into a file called output.file:

> ens_checker 3by3.case >& output.file