我正在尝试使用以下命令在我的 Linux 机器中查找一些文件
find . -type f -iname *.locked > /tmp/output.txt &
并将它们存储到output.txt
文件中。
但我想知道的是需要多长时间。
它已经运行了很长时间了。
我正在尝试使用以下命令在我的 Linux 机器中查找一些文件
find . -type f -iname *.locked > /tmp/output.txt &
并将它们存储到output.txt
文件中。
但我想知道的是需要多长时间。
它已经运行了很长时间了。