Less than
Redirect a file to
stdin
. Achieves the same effect ascat file.txt |
. More information: https://gnu.org/software/bash/manual/bash.html#Redirecting-Input.
- Redirect a file to
stdin
:
{{command}} < {{path/to/file.txt}}
Redirect a file to
stdin
. Achieves the same effect ascat file.txt |
. More information: https://gnu.org/software/bash/manual/bash.html#Redirecting-Input.
stdin
:{{command}} < {{path/to/file.txt}}