Options (5)
-i, --ipaddrbooleanSend a WoL packet to a device in another subnet based on its IP
Example:
wol {{[-i|--ipaddr]}} {{ip_address}} {{mac_address}}-h, --hostbooleanSend a WoL packet to a device in another subnet based on its hostname
Example:
wol {{[-h|--host]}} {{hostname}} {{mac_address}}-p, --portbooleanSend a WoL packet to a specific port on a host
Example:
wol {{[-p|--port]}} {{port_number}} {{mac_address}}-f, --filebooleanRead hardware addresses, IP addresses/hostnames, optional ports and SecureON passwords from a file
Example:
wol {{[-f|--file]}} {{path/to/file}}-v, --verbosebooleanTurn on verbose output
Example:
wol {{[-v|--verbose]}} {{mac_address}}Examples (6)
Send a WoL packet to a device
wol mac_addressSend a WoL packet to a device in another subnet based on its IP
wol [-i|--ipaddr] ip_address mac_addressSend a WoL packet to a device in another subnet based on its hostname
Send a WoL packet to a specific port on a host
wol [-p|--port] port_number mac_addressRead hardware addresses, IP addresses/hostnames, optional ports and SecureON passwords from a file
wol [-f|--file] path/to/fileTurn on verbose output
wol [-v|--verbose] mac_addressmade by @shridhargupta | data from tldr-pages