摘要: 主要语法点:-match-notmatch-replace-join-split-and-or-xor-not!+、-、*、/、%=、+=、-=、*=、/=、%=-eq、-ne、-gt、-lt、-le、-ge-like、-notlike-match、-notmatch-contains、-notcontains-bAND、-bOR、-bXOR、-bNOT-and、-or、-xor、-not、!>、>>、2>、2> 和 2>&1-split、-join-is、-isnot、-as++、--$&@.::..$( )@( ),-f 阅读全文
posted @ 2014-04-01 23:09 zhizhou 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 常用命令#设置git config --global user.name="user"git config --global user.email="user@email.com"#与服务器交互#从服务器克隆git clone https://github.com/e--/prj.gitgit remote add origin https://github.com/e--/pri.gitgit clone origingit remote set-url origin https://github.com/e--/pri.git#从服务器下载git f 阅读全文
posted @ 2014-04-01 23:03 zhizhou 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 基本语法列表#linux组成:内核+工具#linux启动: 1. getty:提示登录名和密码,输入之后调用login 2. login:login验证用户名和密码,然后调用shell 3. shell:用户与系统的交互接口#文件的分类:普通文件、目录、特殊文件。 1. 普通文件的:ls cat cp mv rm 2. 目录:ls mkdir rmdir cp mv rm#文件的属性:权限、所有者、组 1. 权限:chmod 2. 所有者、组:chown chgrp#进程:前台,后台 1. & fg bg nohup(终端断开同样执行) 2... 阅读全文
posted @ 2014-04-01 23:02 zhizhou 阅读(421) 评论(0) 推荐(0) 编辑