shell知识点

获得shell内置命令的帮助文档

#使用help获取shell内置命令的帮助文档
$ help set

#man命令不能获取shell内置命令的帮助文档
#Mac系统在zsh下没有help命令
# 命令 << 分界符  [从标准输入中读入,直到遇见分界符才停止]

shebang

The shebang #! is an human readable instance of a magic number consisting of the byte string 0x23 0x21,
which is used by the exec() family of functions to determine whether the file to be executed is a script or a binary.
When the shebang is present,
exec() will run the executable specified after the shebang instead.

终端设置http/https/socks5代理

# http/https代理
➜  ~ export http_proxy=http://proxyuser:proxypwd@proxy.server.com:8080
➜  ~ export https_proxy=https://proxyuser:proxypwd@proxy.server.com:8080
# socks5代理 已打开ShadowsocksX-NG,这个软件socks5的监听地址为127.0.0.1:1086
➜  ~ export ALL_PROXY=socks5://127.0.0.1:1086 

# 或不用打开ShadowsocksX-NG,只要找一个代理就可以
➜  ~ export ALL_PROXY=socks5://45.55.66.92:4725

# 验证
➜  ~ curl ip.gs
Current IP / 当前 IP: 154.85.35.104
ISP / 运营商:  cloudinnovation.org
City / 城市: Los Angeles California
Country / 国家: United States

这样配置完成后,所有命令行中的 HTTP 和 HTTPS 请求都会自动通过代理来访问了
使用 http_proxy 和 https_proxy 只对 HTTP 和 HTTPS 请求有效,
所以当你 ping www.google.com 的时候如果 ping 不通的话,也就没什么大惊小怪的了
取消代理设置

➜  ~ unset http_proxy
➜  ~ unset https_proxy

(cd $DIR; command): 进入到另一个目录执行一个命令,然后返回到旧的目录

# (cd $DIR; command): 进入到另一个目录执行一个命令,然后返回到旧的目录

# 建立测试命令效果的环境
➜  ~ mkdir test123

# 测试命令效果
➜  ~ echo $PWD
/Users/zhoujie
➜  ~ (cd test123; echo $PWD)
/Users/zhoujie/test123
➜  ~ echo $PWD
/Users/zhoujie

动态作用域

JavaScript深入之词法作用域和动态作用域

临时修改变量值

Placing an assignment in front of a command causes it to be local to that command and does not change its value elsewhere in the script

比如:
➜ /tmp IFS=: read v1 v2 v3 v4 < test.txt

➜  echo 'a:b:c:d' > test.txt
➜  cat test.txt
a:b:c:d
➜  IFS=: read v1 v2 v3 v4 < test.txt
➜  echo "$v1" "$v2" "$v3" "$v4"
a b c d
➜  echo $IFS


➜  /tmp

调试脚本

bash -x script.sh

tilde-prefix

If the tilde-prefix is ‘~+’, the value of the shell variable PWD replaces the tilde-prefix. If the tilde-prefix is ‘~-’, the value of the shell variable OLDPWD, if it is set, is substituted.

➜  ~ echo ~-
/Users/zhoujie

Functions

A function definition may be deleted using the -f option to the unset builtin

the exit status of a function is the exit status of the last command executed in the body

Variables local to the function may be declared with the local builtin. These variables are visible only to the function and the commands it invokes

Function names and definitions may be listed with the -f option to the declare (typeset) builtin command

bash-4.4$ declare -f
zj_sa ()
{
    pre=:;
    post=:;
    printf "$pre%s$post\n" "$@"
}
bash-4.4$

Quoting

Single Quotes:Enclosing characters in single quotes (‘'’) preserves the literal value of each character within the quotes
Double Quotes:Enclosing characters in double quotes (‘"’) preserves the literal value of all characters within the quotes, with the exception of ‘$’, ‘`’, ‘\’,

Process Substitution

Process Substitution creates a temporary filename for a command or list of commands. You can use it anywhere is expected. The form <(command) makes the output of command available as a file name; >(command) is a file name that can be written to.

$ sa <(ls -l) >(pr -Tn)
:/dev/fd/63:
:/dev/fd/62:

When the filename on the command line is read, it produces the output of the command. Process Substitution can be used in place of a pipeline, allowing variables defined within a loop to be visible to the rest of the script.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 213,417评论 6 492
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 90,921评论 3 387
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 158,850评论 0 349
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 56,945评论 1 285
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,069评论 6 385
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,188评论 1 291
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,239评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 37,994评论 0 268
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,409评论 1 304
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,735评论 2 327
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 38,898评论 1 341
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,578评论 4 336
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,205评论 3 317
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,916评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,156评论 1 267
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,722评论 2 363
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,781评论 2 351

推荐阅读更多精彩内容

  • **2014真题Directions:Read the following text. Choose the be...
    又是夜半惊坐起阅读 9,444评论 0 23
  • 坐在车上看人生。 难得空闲,大学的朋友约我一起去吃晚饭。于是我匆忙准备赴约。几分钟的时间,坐上了公交,刚下完雨的城...
    施歌68阅读 653评论 4 4
  • 人们总相信,自己眼中看到的一切,就是最真实的。例如,你结婚了,有小孩了,出国旅游了,朋友圈里时不时发上去的那些发糖...
    上月玄阅读 393评论 0 1
  • 感谢自己每天的成长,自己现在越来越能察觉一些事情,当下自己背后说话的状态真的反映了当下自己内在的状态,他人...
    君君成长日记阅读 273评论 0 2
  • 今天,廊坊的天气很好。相对于前几天的云山雾绕的美景来说,已经很不错了。 这是毕业后上班的第四个月,在家人和朋友的眼...
    薛定谔了猫阅读 179评论 0 0