Skip to main content
Wrong signal as per comment.
Source Link
Walf
  • 9.4k
  • 3
  • 47
  • 67
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 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.

Source Link
Walf
  • 9.4k
  • 3
  • 47
  • 67

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.