Enables one to type multiple lines into a program, without that input being saved in history, nor visible in ps. Just pressFinish with a newline then Ctrl + C when finished typingD to end cat.
cat | /my/bash/script
Enables one to type multiple lines into a program, without that input being saved in history, nor visible in ps. Just press Ctrl + C when finished typing to end cat.
cat | /my/bash/script
Enables one to type multiple lines into a program, without that input being saved in history, nor visible in ps. Finish with a newline then Ctrl + D to end cat.
Enables one to type multiple lines into a program, without that input being saved in history, nor visible in ps. Just press Ctrl + C when finished typing to end cat.