Query: sc_attach
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SC_ATTACH(1) BSD General Commands Manual SC_ATTACH(1)NAMEsc_attach -- simple scamper driver.SYNOPSISsc_attach [-?v] [-i infile] [-o outfile] [-p port]DESCRIPTIONThe sc_attach utility provides the ability to connect to a running scamper(1) instance, have a set of commands defined in a file be executed, and the output be written into a single file, in warts format. The options are as follows: -? prints a list of command line options and a synopsis of each. -i infile specifies the name of the input file which consists of a sequence of scamper(1) commands, one per line. If '-' is specified, com- mands are read from stdin. -o outfile specifies the name of the output file to be written. The output file will use the warts format. If '-' is specified, output will be sent to stdout. -p port specifies the port on the local host where scamper(1) is accepting control socket connections. -v prints the current revision of sc_attach and exits.EXAMPLEGiven a set of commands in a file named infile.txt: tbit -M 1280 -u 'http://www.example.com/' 2620:0:2d0:200::10 trace -P udp-paris -M 192.0.2.1 ping -P icmp-echo 192.0.32.10 and a scamper(1) daemon listening on port 31337, then these commands can be executed using sc_attach -i infile.txt -o outfile.warts -p 31337SEE ALSOscamper(1), sc_wartsdump(1), sc_warts2text(1)AUTHORSsc_attach is written by Matthew Luckie <mjl@luckie.org.nz>.BSDOctober 15, 2010 BSD
Related Man Pages |
---|
dos2unix(1) - redhat |
shcomp(1) - opensolaris |
sc_warts2text(1) - debian |
scamper(1) - debian |
mkcsmapper(1) - freebsd |
Similar Topics in the Unix Linux Community |
---|
commands |
use two unix commands to solve the following problem |
Need a Command To display "echo command value in loop" in single line. |
Split file into multiple files |
pipe > output |