Skip to content

Commit a8a4f59

Browse files
committed
2016-08-20完善bash命令
1 parent 7e12576 commit a8a4f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
- `find /opt -type d -iname .oh-my-zsh`,其中 /opt 代表目录名,-type d 代表只找目录,.oh-my-zsh 代表搜索的是隐藏文件夹名字为 oh-my-zsh 的
105105
- `find . -name "lin*" -execls -l{}\;`,当前目录搜索lin开头的文件,然后用其搜索后的结果集,再执行ls -l的命令(这个命令可变,其他命令也可以),其中 -exec 和 {}\; 都是固定格式
106106
- `cat /etc/resolv.conf`,查看 DNS 设置
107-
- ``,
107+
- `netstat -tlunp`,查看当前运行的服务
108108
- ``,
109109
- ``,
110110
- ``,

0 commit comments

Comments
 (0)