You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat ${file} | sed 's,# REMOVE THESE LINES.*,,g' | cr --format plain
cr doesn't appear to read from STDIN, so cannot be chained like this. While I can create a temporary file, I'd rather not so as to keep the file system clean in the event of a script failure.
The text was updated successfully, but these errors were encountered:
I'm trying to do something like this:
cr
doesn't appear to read from STDIN, so cannot be chained like this. While I can create a temporary file, I'd rather not so as to keep the file system clean in the event of a script failure.The text was updated successfully, but these errors were encountered: