The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-18-2009
pludi's Avatar
pludi pludi is online now Forum Staff  
Moderator
  
 

Join Date: Dec 2008
Location: .at
Posts: 1,949
UNIX/Linux shells usually do not have native support for socket programming (although bash and some versions of ksh do, mostly on Linux).

You could try to use netcat, as it can work both as a server and a client and supports piping to/from other programs/file descriptors.