Skip to content

Commit

Permalink
update docs/shell.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Nov 20, 2016
1 parent 9342039 commit 145f236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shell.md
Expand Up @@ -65,13 +65,13 @@ b
# 2. 后缀方式,管道
$ echo -e 'a\nb' | nl | c
1 a
2 b
# gb是oh-my-zsh的别名,列出git的分支,需要后缀的方式的使用。
$ gb | c

# 3. 从标准输入读取内容。拷贝文件内容时这种方式最直接。
$ c < id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAz+ETZEgoLeIiC0rjWewdDs0sbo8c...== a@b.com
2 b
```

### 参考资料
Expand Down

0 comments on commit 145f236

Please sign in to comment.