Skip to content

Instantly share code, notes, and snippets.

@nestarz
Created April 10, 2021 21:39
Show Gist options
  • Save nestarz/248871bc26f9bda6a0b47bb81cb23945 to your computer and use it in GitHub Desktop.
Save nestarz/248871bc26f9bda6a0b47bb81cb23945 to your computer and use it in GitHub Desktop.
How to redirect stdin to file in bash
echo "$(</dev/stdin)" > myfile.txt
# terminate your input with ENTER + ctrl-d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment