摘要: 简单的格式化文本 fmt [option] [file-list] 阅读全文
posted @ 2013-01-09 15:55 Nerxious 阅读(1655) 评论(0) 推荐(0)
摘要: 比较已经排序的文件 comm [options] file1 file2 阅读全文
posted @ 2013-01-09 15:16 Nerxious 阅读(3370) 评论(0) 推荐(0)
摘要: 将文件对应行连接起来 paste [option] [file-list] 阅读全文
posted @ 2013-01-09 14:35 Nerxious 阅读(381) 评论(0) 推荐(0)
摘要: 比较两个文件 cmp [options] file1 file2 阅读全文
posted @ 2013-01-09 13:30 Nerxious 阅读(633) 评论(0) 推荐(0)
摘要: 从输入行中选取字符或者字段 cut [options] [file-list] 阅读全文
posted @ 2013-01-09 13:14 Nerxious 阅读(3093) 评论(0) 推荐(0)
摘要: 把标准输入复制到标准输出和一个或多个文件中 tee [options] file-list 阅读全文
posted @ 2013-01-08 20:54 Nerxious 阅读(481) 评论(0) 推荐(0)
摘要: 为文件建立链接 ln [options] existing-file [new-link] ln [options] existing-file-list directory 阅读全文
posted @ 2013-01-08 20:23 Nerxious 阅读(8659) 评论(0) 推荐(0)
摘要: 显示文件类别 file [option] file-list 阅读全文
posted @ 2013-01-08 19:32 Nerxious 阅读(901) 评论(0) 推荐(0)
摘要: 分屏显示文本文件 less [options] [file-list] 阅读全文
posted @ 2013-01-08 19:09 Nerxious 阅读(3176) 评论(0) 推荐(0)
摘要: 分页显示文本 more [options] file 阅读全文
posted @ 2013-01-08 18:44 Nerxious 阅读(6811) 评论(0) 推荐(0)
摘要: 连接或显示文件 cat [options] [file-list] 阅读全文
posted @ 2013-01-08 16:15 Nerxious 阅读(1303) 评论(0) 推荐(0)
摘要: 创建文件或修改文件时间 touch [options] file-list 阅读全文
posted @ 2013-01-08 15:40 Nerxious 阅读(30939) 评论(0) 推荐(0)
摘要: 复制文件 cp [options] source-file destination-file cp [options] source-file-list destination-directory 阅读全文
posted @ 2013-01-08 14:38 Nerxious 阅读(1383) 评论(0) 推荐(0)
摘要: 重命名、覆盖或移动文件 mv [options] existing-file new-filename 阅读全文
posted @ 2013-01-08 13:51 Nerxious 阅读(28065) 评论(0) 推荐(0)
摘要: 切换到另一个工作目录 cd [options] [directory] 阅读全文
posted @ 2013-01-07 21:48 Nerxious 阅读(621) 评论(0) 推荐(1)
摘要: mysql数据库中的基本备份与还原操作 阅读全文
posted @ 2013-01-07 13:22 Nerxious 阅读(831) 评论(0) 推荐(0)
摘要: 系统信息函数用来查询mysql数据库的系统信息 阅读全文
posted @ 2013-01-05 17:52 Nerxious 阅读(1422) 评论(0) 推荐(1)
摘要: mysql中常用的数学函数 阅读全文
posted @ 2013-01-05 16:18 Nerxious 阅读(1539) 评论(0) 推荐(0)
摘要: mysql中的别名 阅读全文
posted @ 2013-01-05 15:25 Nerxious 阅读(746) 评论(0) 推荐(1)
摘要: mysql中的子查询 阅读全文
posted @ 2013-01-05 15:11 Nerxious 阅读(1838) 评论(0) 推荐(3)