Linux查看当前目录文件
Linux271
description
查看当前目录下的文件,包括已.开头的文件,如果未指定-cftuvSUX或--sort,则按照字母排序
command
ls -a
parameter
ls : 列出当前目录下文件 -a : 显示所有文件包含.开头的文件
result
. .. .test.txt test.txt
ls -a
ls : 列出当前目录下文件 -a : 显示所有文件包含.开头的文件
. .. .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.