linux
mapi1234581825
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
扫盲行动之九:Vi编辑器的基本使用方法!
vi编辑器是所有Unix及Linux系统下标准的编辑器,它的强大不逊色于任何最新的文本编辑器,这里只是简单地介绍一下它的用法和一小部分指令。由于对Unix及Linux系统的任何版本,vi编辑器是完全相同的,因此您可以在其他任何介绍vi的地方进一步了解它。Vi也是Linux中最基本的文本编辑器,学会它后,您将在Linux的世界里畅行无阻。 1、vi的基本概念 基本上vi可以分为三种状转载 2011-12-31 11:28:40 · 890 阅读 · 0 评论 -
lsst - linux share scripting tutorial
http://www.freeos.com/guides/lsst/转载 2011-12-31 11:30:16 · 322 阅读 · 0 评论 -
color
It's the ANSI standard, was used a lot in the old BBS days.\\033 = [Esc] (up in your keyboard top left corner)Colors:\\033[30m set foreground color to black\\033[31m set foreground col转载 2011-12-31 11:57:15 · 296 阅读 · 0 评论 -
How to de-bug the shell script?
How to de-bug the shell script?While programming shell sometimes you need to find the errors (bugs) in shell script and correct the errors (remove errors - debug). For this purpose you can use -v an转载 2012-01-02 18:20:41 · 376 阅读 · 0 评论 -
trap command
Consider following script example:$ cat > testsignls -R /Save and run it as$ chmod +x testsign$ ./testsignNow if you press ctrl + c , while running this script, script get term转载 2012-01-04 13:00:43 · 523 阅读 · 0 评论 -
The shift command
The shift CommandThe shift command moves the current values stored in the positional parameters (command line args) to the left one position. For example, if the values of the current positional p转载 2012-01-04 13:32:58 · 433 阅读 · 0 评论 -
difference between "<" and "<<"
""转载 2012-01-04 13:36:13 · 275 阅读 · 0 评论
分享