What is the UNIX shell program that just returns input?
For example
> echo "test" | $pass
> test # output
You can use cat
.
When cat
is used without any command line arguments. It just copies the standard input to standard output.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With