AIX 7.2 希望在 AIX 上重新创建以下内容。
find /etc -maxdepth 1 -iname "*conf" -type f -mmin +5 -printf '%p;%T@\n' | awk -F ';' -v time="$( date +%s )" '{ print $1";"$2";" (time-$2 ) }'
/etc/rsyslog.conf;1640302499.0000000000;46381761
conf 文件只是查找可能早于设定秒数的特定文件列表的示例。可能低至 300 秒或 43200 秒或更长。