Comment on Ask YC: What are the command line tools you can't live without?Comments−mronge18yI love "open" on Mac OS X.−foonamefoo18ygnome-open for gnome users−tuukkah18yGeneric commands that use /etc/mailcap: see, edit, print, composesocat is the swiss army knife that just about lets you forget everything's not a file:$ socat readline: file:/dev/ttyS0,crnl,crtscts,echo=0 # interact with a serial port$ socat readline: tcp:google.com:80 # interact with a tcp port$ socat tcp-listen:1234,fork exec:cat # a forking cat service−mwerty18y= "start" on windows
Comments
I love "open" on Mac OS X.
gnome-open for gnome users
Generic commands that use /etc/mailcap: see, edit, print, compose
socat is the swiss army knife that just about lets you forget everything's not a file:
$ socat readline: file:/dev/ttyS0,crnl,crtscts,echo=0 # interact with a serial port
$ socat readline: tcp:google.com:80 # interact with a tcp port
$ socat tcp-listen:1234,fork exec:cat # a forking cat service
= "start" on windows