Files
Alte_Skripte/de.ing.app_install_date.sh
2026-02-16 15:05:15 +01:00

7 lines
185 B
Bash

#!/bin/bash
VAR='Preproxy'
system_profiler SPInstallHistoryDataType | grep -A 4 "$VAR" | grep "$VAR\|Install Date" | sed -e 's/[AP]M/&\ /g' | sed -e 's/Install Date://g' | tr -s ' '