File: _tracepath

package info (click to toggle)
zsh 5.9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,872 kB
  • sloc: ansic: 108,165; sh: 6,987; makefile: 722; perl: 687; awk: 291; sed: 16
file content (9 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#compdef tracepath tracepath6

_arguments -s -S \
  '-n[print IP addresses numerically]' \
  '-b[print both host names and IP addresses]' \
  '-l+[set the initial packet length]:length (bytes)' \
  '-m+[set maximum hops]:maximum [30]' \
  '-p+[set initial destination port to use]:port:_ports' \
  ':destination:_hosts'