随笔分类 -  Linux

摘要:vim 是一个具有很多命令的功能非常强大的编辑器。限于篇幅,在本教程当中 就不详细介绍了。本教程的设计目标是讲述一些必要的基本命令,而掌握好这 些命令,您就能够很容易将vim当作一个通用的万能编辑器来使用了。 完成本教程的内容大约需要25-30分钟,取决于您训练的时间。 ... 阅读全文
posted @ 2014-05-11 20:46 CloudPing 阅读(231) 评论(0) 推荐(0)
摘要:NAME tr - translate or delete charactersSYNOPSIS tr [OPTION]... SET1 [SET2]DESCRIPTION Translate, squeeze, and/or delete... 阅读全文
posted @ 2014-04-24 10:58 CloudPing 阅读(259) 评论(0) 推荐(0)
摘要:NAME wc - print newline, word, and byte counts for each fileSYNOPSIS wc [OPTION]... [FILE]... wc [OPTION]... --files0-fr... 阅读全文
posted @ 2014-04-24 10:39 CloudPing 阅读(394) 评论(0) 推荐(0)
摘要:NAME uniq - report or omit repeated linesSYNOPSIS uniq [OPTION]... [INPUT [OUTPUT]]DESCRIPTION Filter adjacent matching ... 阅读全文
posted @ 2014-04-24 10:05 CloudPing 阅读(287) 评论(0) 推荐(0)
摘要:NAME sort - sort lines of text filesSYNOPSIS sort [OPTION]... [FILE]... sort [OPTION]... --files0-from=FDESCRIPTION ... 阅读全文
posted @ 2014-04-24 09:42 CloudPing 阅读(290) 评论(0) 推荐(0)
摘要:NAME cut - remove sections from each line of filesSYNOPSIS cut OPTION... [FILE]...DESCRIPTION Print selected parts of li... 阅读全文
posted @ 2014-04-24 08:47 CloudPing 阅读(159) 评论(0) 推荐(0)
摘要:NAME join - join lines of two files on a common field//连接两个文件中相同的字段SYNOPSIS join [OPTION]... FILE1 FILE2DESCRIPTION For ... 阅读全文
posted @ 2014-04-24 08:18 CloudPing 阅读(201) 评论(0) 推荐(0)