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