改错别字
Build and Publish / Run (push) Successful in 6m45s Details

This commit is contained in:
cxykevin 2024-08-30 09:56:34 +08:00
parent 8bf629d140
commit 4711a45569
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ ls -l $(cat files.txt)
## 课后作业
1. 使用Shell的输出重定向功能在主目录中创建一个保存了住目录中所有文件的文件,命名为`files.txt`
1. 使用Shell的输出重定向功能在主目录中创建一个保存了主目录中所有文件列表的文件,命名为`files.txt`
2. 使用`cat`读取所有文件的内容。
## 参考