How can I echo to stdin?
For example, I have an alias called 'replace'. When I run 'replace' it should echo
sed 's/~/~\\n/g'
into my command line. Notice the sed command above doesn't have a file target. I'll supply the file target after it echos the sed into the command line.