
tracert
List of commands for tracert:
-
tracert:tldr:01712 tracert: Force `tracert` to use IPv4 only.$ tracert /4 ${IP}try on your machineexplain this command
-
tracert:tldr:88077 tracert: Specify the maximum number of hops in the search for the target.$ tracert /h ${max_hops} ${IP}try on your machineexplain this command
-
tracert:tldr:def85 tracert: Prevent `tracert` from resolving IP addresses to hostnames.$ tracert /d ${IP}try on your machineexplain this command
-
tracert:tldr:e1b7e tracert: Force `tracert` to use IPv6 only.$ tracert /6 ${IP}try on your machineexplain this command