I\'m familiar with this syntax:
cmd1 << EOF | cmd2 text EOF
but just discovered that bash allows me to write:
cmd1 &
Hi, check this, for example
#!/bin/sh ( base32 -d | base64 -d )<
regards