Options (3)
-i, --ipbooleanSend packet to a specific device via IP address
Example:
wakeonlan {{01:02:03:04:05:06}} {{[-i|--ip]}} {{192.168.178.2}}-n, --dry-runbooleanPrint the commands, but don't execute them (dry-run)
Example:
wakeonlan {{[-n|--dry-run]}} {{01:02:03:04:05:06}}-q, --quietbooleanRun in quiet mode
Example:
wakeonlan {{[-q|--quiet]}} {{01:02:03:04:05:06}}Examples (4)
Send packets to all devices on the local network (255.255.255.255) by specifying a MAC address
wakeonlan 01:02:03:04:05:06Send packet to a specific device via IP address
wakeonlan 01:02:03:04:05:06 [-i|--ip] 192.168.178.2Print the commands, but don't execute them (dry-run)
wakeonlan [-n|--dry-run] 01:02:03:04:05:06Run in quiet mode
wakeonlan [-q|--quiet] 01:02:03:04:05:06made by @shridhargupta | data from tldr-pages