Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我tail -f一直使用终端来显示日志文件的内容;是否有一种等效的方法可以ls向您显示目录中文件列表的实时持久视图?
tail -f
ls
根据我们谈论的条目数量,这对您来说可能就足够了:
watch ls -l
您可以使用:
watch ls
watch是一个非常有用的命令,可以与大多数其他命令一起使用。
watch