Closed vastutsav closed 2 years ago
You should add here strings <<< to 3.2.1, I use them all the time in place of echo. For example, the following are functionally equivalent:
echo "foo" | cmd cmd <<<"foo"
You should add here strings <<< to 3.2.1, I use them all the time in place of echo. For example, the following are functionally equivalent:
echo "foo" | cmd cmd <<<"foo"