From 4eee8d4d2359eb6b20ae44cfcb687ea7de2c9756 Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 1 Jun 2018 20:41:24 +0800 Subject: [PATCH] add --- other.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/other.md b/other.md index 9fdaf03..a99f171 100644 --- a/other.md +++ b/other.md @@ -147,7 +147,6 @@ unadlias gs #取消命令别名 type pwd #查看命令的类型 ``` - #### w 命令 ``` @@ -227,7 +226,7 @@ scp [-P 端口号] [-r] username@ip:path/ ./ ``` source .zshrc #加载配置 -source demo.sh #运行 shell 脚本 +source demo.sh #运行 shell 脚本,在 shell 脚本中代表引入文件 ``` #### ab 命令