Sigil-Ebook / flightcrew

Automatically exported from code.google.com/p/flightcrew
GNU General Public License v3.0
34 stars 11 forks source link

Command line output to text file #33

Closed GoogleCodeExporter closed 1 year ago

GoogleCodeExporter commented 9 years ago
I'm using the command line version of FC (Windows 7) and I would like to know 
if there is a way to have the output go to a text file. I'm using the format 
"flightcrew-cli test.epub > report.txt" but the errors show up on screen rather 
than output to the text file. Epubcheck can work this way so I would like to be 
able to do the same with FC. Thanks!

Original issue reported on code.google.com by jay.sali...@gmail.com on 21 Apr 2012 at 12:48

GoogleCodeExporter commented 9 years ago
To answer my own question the right syntax is to add "2>&1" to the end of the 
line so errors are written to the same text file. 

Original comment by jay.sali...@gmail.com on 21 Apr 2012 at 5:35

kevinhendricks commented 1 year ago

Closed as this repo is being archived.