scripting - Transmit command with netcat / Receive answer and put in txt file -


i have question , try made batch scripting file sends automaticly command server , listen answer put answer in txt file.

i want netcat don't know how start it

#! /bin/sh  while(true) { nc sanderpi 5033 ::this command want send rdtemp1 ::here stuck ... } 

thanks lot helping :p


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -