nick 7 anni fa
parent
commit
2ed01f436b
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      other.md

+ 8 - 0
other.md

@@ -222,5 +222,13 @@ scp [-P 端口号] [-r] username@ip:path/ ./
 
 补充:`-P` 指定端口,`-r` 递归
 
+#### source 命令
+
+```
+source .zshrc #加载配置
+
+source demo.sh #运行 shell 脚本
+```
+