main #1

Merged
ZXL-Q merged 18 commits from study-area-cn/study-area-cn.old:main into main 2024-08-30 22:28:31 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4711a45569 - Show all commits

View File

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