我在网上搜索,他们的很多建议都是使用“watch”,例如:
watch -n 10 -d *command*
或者
find directory -type f -mmin time -name filename
但它们适用于由程序更改的文件,而不是由特定程序更改的文件。你能给我什么建议吗?谢谢你。
我在网上搜索,他们的很多建议都是使用“watch”,例如:
watch -n 10 -d *command*
或者
find directory -type f -mmin time -name filename
但它们适用于由程序更改的文件,而不是由特定程序更改的文件。你能给我什么建议吗?谢谢你。