Linux系统shell显示文件:分别显示家目录下所有文件夹、普通文件、链接文件。
收起
文件夹: ls -l|grep ^d 普通文件:ls -l|grep ^- 链接文件:ls -l|grep ^l
报告相同问题?