1;2c after using cat or more on binary filesI noticed that if you use the hex 05 in a file and cat or more the file you can get bash to say 1;2c. oxagast@likon ~/code $ cat fmore ^[[?1;2coxagast@likon ~/code $ 1;2c bash: 1: command not found bash: 2c…
普通文件: -,f目录文件: d链接文件(符号链接): L设备文件:字符设备:c块设备:b命名管道: p套接字文件: s linux文件时间戳 时间分为三种类型:创建时间,修改时间:open访问时间:读写改变时间:源数据发生改变时间 4. ls -s 在每个文件的后面打印出文件的大小. size(大小,以K为单位)5. ls -t 按时间进行文件的排序 Time(时间)6. ls -A 列出除了"."和".."以外的文件.7. ls -R 将目录下所有的子目录的文件…