From bbb3c981031e2fcbd581eef57ace622a6fac969d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E9=9B=AA=E6=9D=BE?= Date: Wed, 16 Sep 2020 22:05:48 +0800 Subject: [PATCH] Update Assignment1.md --- Assignment1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assignment1.md b/Assignment1.md index 1e9c199..9f26476 100644 --- a/Assignment1.md +++ b/Assignment1.md @@ -104,11 +104,11 @@ Shell是一个应用程序,接收从键盘输入的命令,并传递给操作 ##### ii)上传文件到云主机 -#####下载一个有内容的文件[a-content.txt](file/assignment1/a-content.txt)。 +##### 下载一个有内容的文件[a-content.txt](file/assignment1/a-content.txt)。 ![download](img/assignment1/download.jpeg) -#####上传a-content.txt到云主机 +##### 上传a-content.txt到云主机 ##### Mac/Linux系统中上传:在本地终端中运行`scp 存储路径/a-content.txt 你的用户名@你的云主机ip:/home/你的用户名/`,例如下图中,a-content.txt在/Users/xuesong/Downloads/files/目录下