Menu

Output

Chris DeGreef

The output of Funnel is essentially the sorted version of the input. You most likely will be specifying that the output be written to a file. But it can be redirected or sent directly to the console. There is also a short-hand option to replace the input file with the output.

"--outputFilename" is the command line parameter that you use to specify the name of the output file. But you don't have to specify the file name, you can choose other places to put the data. Here is an example. Specifying the output using a keyword

"--replace" is the command line parameter that will cause the input file to be replaced with the sorted version. You can not use both the "--outputFilename" and the "--replace" parameters at the same time.

Finally, you don't have to specify anything special and the output will be written to the standard out. That would be to the console unless you redirect it.


Related

Wiki: Home