摘要: 在文件中搜索模式 grep [options] pattern [file-list] 阅读全文
posted @ 2013-01-09 22:06 Nerxious 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 替换指定的字符 tr [options] string1 string2 阅读全文
posted @ 2013-01-09 21:47 Nerxious 阅读(8020) 评论(0) 推荐(0) 编辑
摘要: 对文件排序 sort [options] [file-list] 阅读全文
posted @ 2013-01-09 21:35 Nerxious 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 计算表达式的值 expr expression 阅读全文
posted @ 2013-01-09 21:20 Nerxious 阅读(508) 评论(0) 推荐(0) 编辑
摘要: 显示唯一的行 uniq [options] [input-file] [output-file] 阅读全文
posted @ 2013-01-09 18:53 Nerxious 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 显示行数、单词数和字节数 wc [options] [file-list] 阅读全文
posted @ 2013-01-09 17:22 Nerxious 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 显示文件的最后一部分(尾部) tail [options] [file-list] 阅读全文
posted @ 2013-01-09 16:44 Nerxious 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 显示文件的头部 head [options] [file-list] 阅读全文
posted @ 2013-01-09 16:28 Nerxious 阅读(1031) 评论(0) 推荐(0) 编辑
摘要: 简单的格式化文本 fmt [option] [file-list] 阅读全文
posted @ 2013-01-09 15:55 Nerxious 阅读(1649) 评论(0) 推荐(0) 编辑
摘要: 比较已经排序的文件 comm [options] file1 file2 阅读全文
posted @ 2013-01-09 15:16 Nerxious 阅读(3362) 评论(0) 推荐(0) 编辑
摘要: 将文件对应行连接起来 paste [option] [file-list] 阅读全文
posted @ 2013-01-09 14:35 Nerxious 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 比较两个文件 cmp [options] file1 file2 阅读全文
posted @ 2013-01-09 13:30 Nerxious 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 从输入行中选取字符或者字段 cut [options] [file-list] 阅读全文
posted @ 2013-01-09 13:14 Nerxious 阅读(3082) 评论(0) 推荐(0) 编辑