Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ping6(1) [debian man page]

PING6(1)							   User Commands							  PING6(1)

NAME
ping6 - Packets to network hosts SYNOPSIS
ping6 [OPTION...] HOST ... DESCRIPTION
Send ICMP ECHO_REQUEST packets to network hosts. Options valid for all request types: -c, --count=NUMBER stop after sending NUMBER packets -d, --debug set the SO_DEBUG option -i, --interval=NUMBER wait NUMBER seconds between sending each packet -n, --numeric do not resolve host addresses -r, --ignore-routing send directly to a host on an attached network -w, --timeout=N stop after N seconds Options valid for --echo requests: -f, --flood flood ping (root only) -l, --preload=NUMBER send NUMBER packets as fast as possible before falling into normal mode of behavior (root only) -p, --pattern=PATTERN fill ICMP packet with given pattern (hex) -q, --quiet quiet output -s, --size=NUMBER send NUMBER data octets -?, --help give this help list --usage give a short usage message -V, --version print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. Options marked with (root only) are available only to superuser. AUTHOR
Written by Jeroen Dekkers. REPORTING BUGS
Report bugs to <bug-inetutils@gnu.org>. COPYRIGHT
Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for ping6 is maintained as a Texinfo manual. If the info and ping6 programs are properly installed at your site, the command info ping6 should give you access to the complete manual. GNU inetutils 1.9 December 2011 PING6(1)

Check Out this Related Man Page

SPLIT(1)							   User Commands							  SPLIT(1)

NAME
split - split a file into pieces SYNOPSIS
split [OPTION]... [INPUT [PREFIX]] DESCRIPTION
Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default size is 1000 lines, and default PREFIX is `x'. With no INPUT, or when INPUT is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -a, --suffix-length=N use suffixes of length N (default 2) -b, --bytes=SIZE put SIZE bytes per output file -C, --line-bytes=SIZE put at most SIZE bytes of lines per output file -d, --numeric-suffixes use numeric suffixes instead of alphabetic -l, --lines=NUMBER put NUMBER lines per output file --verbose print a diagnostic just before each output file is opened --help display this help and exit --version output version information and exit SIZE may have a multiplier suffix: b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y. AUTHOR
Written by Torbjorn Granlund and Richard M. Stallman. REPORTING BUGS
Report split bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> COPYRIGHT
Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for split is maintained as a Texinfo manual. If the info and split programs are properly installed at your site, the command info coreutils 'split invocation' should give you access to the complete manual. GNU coreutils 7.1 July 2010 SPLIT(1)
Man Page