Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit f873b85

Browse files
committed
update
1 parent c100996 commit f873b85

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

unix/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
# 快速入门
2+
3+
## 文件系统 cli
4+
5+
```bash
6+
cd $path #进入目录
7+
```
8+
9+
## 环境变量
10+
11+
```bash
12+
env #输出全部环境变量
13+
source $file #从文件加载环境变量
14+
echo $key #输出指定的环境变量
15+
```

0 commit comments

Comments
 (0)