2015年1月23日

摘要: 推荐查找命令的网址:http://man.linuxde.net/ | 管道符 连接多个命令,将左边的输出作为右边的输入 cd (打开目录) cd 返回到用户主目录 cd .. 返回到上一级 grep(查找文件) grep string test.log 查找并返回test.log里面包含strin 阅读全文
posted @ 2015-01-23 16:15 allen__ 阅读(199) 评论(0) 推荐(0)

导航