Bash script that generates a random MAC address: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* [[bash#bash_Script_Library|bash]] | * [[bash#bash_Script_Library|bash]] | ||
* [[Numbers_and_Arithmetic_in_bash#Random_Numbers|Numbers and Arithmetic in bash]] | |||
=Overview= | =Overview= |
Revision as of 19:35, 29 December 2018
Internal
Overview
hexdump -n3 -e'/3 "52:54:00" 3/1 ":%02X"' /dev/random; echo ""