From d1140e647b3b4fee74e15c41334e069b1b54a3ce Mon Sep 17 00:00:00 2001 From: 0xmachos <0xmachos@gmail.com> Date: Sat, 11 May 2024 11:50:02 +0100 Subject: [PATCH] Update script description comment --- uuid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uuid b/uuid index 56d191b..90d062f 100755 --- a/uuid +++ b/uuid @@ -2,7 +2,8 @@ # macos-scripts/uuid # uuid -# Print paths and files which potentially contain the UUID (IOPlatformUUID) +# Print paths and files which potentially contain the UUID (IOPlatformUUID) +# Instead of executing something like ioreg -d2 -c IOPlatformExpertDevice | awk -F\" '/IOPlatformUUID/{print $(NF-1)}' set -uo pipefail # -u prevent using undefined variables