This is a valid usage of a pipe being override by a redirect to a file. You want to save the data unencoded.

jnunezgts
2022-01-14 14:14:32 -05:00
parent a9ba1dafde
commit 205b6a4b0d

5
_Footer.md Normal file

@@ -0,0 +1,5 @@
### This warning doesn't apply to this:
```shell
/bin/echo -n $BASE64ENCODEDDATA| /bin/base64 --decode > $NEWFILE
```