LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   netcat question (https://www.linuxquestions.org/questions/linux-software-2/netcat-question-757894/)

redss 09-26-2009 06:25 AM

netcat question
 
Is there a way for a script like below to have netcat automatically disconnect after piping to netcat?

Code:

echo DEFINE wn word | netcat dict.org 2628

slakmagik 09-26-2009 12:51 PM

echo -e "DEFINE wn word"\\nquit | netcat dict.org 2628

redss 09-26-2009 01:17 PM

thanks!


All times are GMT -5. The time now is 02:35 PM.