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