我想检查linux bash是否创建了一个文件超过x时间.
假设该文件名为text.txt,时间为2小时.
if [ what? ] then echo "old enough" fi
linux bash command-line
bash ×1
command-line ×1
linux ×1