Linux查看隐藏文件及目录
Linux262
description
在linux下查看隐藏的文件夹及文件
command
ls -a
parameter
ls : 列出所有文件信息,默认为当前路径 -a, --all : 不忽略已.开头的文件
result
. .. .test test .test.txt test.txt
ls -a
ls : 列出所有文件信息,默认为当前路径 -a, --all : 不忽略已.开头的文件
. .. .test test .test.txt test.txt
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.