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.
有人可以告诉我如何在我所在的当前目录中显示“非隐藏文件”。如果我想指定某个扩展名怎么办?
谢谢,
我认为非隐藏文件是指非dot文件。你可以使用ls. 对于某个扩展,您可以使用例如:
dot
ls
ls *.txt
Linux 和 Unix ls 命令
使用以下命令对我有用: ls --ignore=.* -l