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