fork(1) download
  1. #!/bin/bash
  2. grep -oP '.*?\.bundle(?=/)' << EOF
  3. /System/Library/CoreServices/AOS.bundle/Contents/version.plist
  4. /System/Library/CoreServices/Br.bundle/Contents/Resources/brtool
  5. /System/Library/CoreServices/backupd.bundle/Contents/PlugIns/brtools.bundles/Contents/Version.plist
  6. EOF
Success #stdin #stdout 0.03s 5308KB
stdin
Standard input is empty
stdout
/System/Library/CoreServices/AOS.bundle
/System/Library/CoreServices/Br.bundle
/System/Library/CoreServices/backupd.bundle