Search Results

Search: Posts Made By: LLL
1,975
Posted By LLL
Hello Helen, echo "$var" | grep [^a-zA-Z0-9]...
Hello Helen,

echo "$var" | grep [^a-zA-Z0-9] >/dev/null
will return a 0 if $var is "bin*" because the grep is only serching for alphabetic characters and numbers.

Plus if you do: echo "$var"...
20,620
Posted By LLL
Thats what I would like to do, Is there a way to...
Thats what I would like to do, Is there a way to set the type of infromation being sent?
20,620
Posted By LLL
Sending hex to a port
I am trying to send hex strings down a port but the server treats the strings as ascii. When I telnet to a port, is there a way in which I can specify that the string being sent is in hexadecimal...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 02:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy