摘要: 随手写写 1.基本命令。 (1) ls (list directory content) ls . 当前目录; ls .. 上一层目录; ls -l 以列表形式列出; ls -a 列出所有文件 -all; ls -h 有带单位 -human-readable; ls -t 以时间顺序排列 -time 阅读全文
posted @ 2016-09-05 23:21 LingHong 阅读(254) 评论(0) 推荐(0)