First, thanks for this wonderful piece of software. I wanna ask if is possible to implement a batch mode for wcalc, so instead of
cat file | wcalc >> results
we can do
wcalc file
and it outputs results to a file, mixed with the instructions or not.
This isn't *exactly* what you're asking for, but may be good enough:
wcalc < file > results
You can also add --verbose to get it to spit out the inputs as well as any "comment" lines, like this:
wcalc --verbose < file > results
Is that good enough?
yes, thanks :)
You seem to have CSS turned off. Please don't fill out this field.
Log in to post a comment.
This isn't *exactly* what you're asking for, but may be good enough:
wcalc < file > results
You can also add --verbose to get it to spit out the inputs as well as any "comment" lines, like this:
wcalc --verbose < file > results
Is that good enough?
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
yes, thanks :)
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"