Update README.md

This commit is contained in:
NewName
2024-11-17 04:18:44 +08:00
parent 021b902d24
commit 25765950db

View File

@@ -23,9 +23,9 @@ docker run -d \
| **支持的命令** | **示例** | **说明** |
| **支持批量操作的命令** | **示例** | **说明** |
|---------------------|--------------------------------------------------|----------------------------------|
| **文件操作命令** | `ls`, `cp`, `mv`, `rm` | 用于列出、复制、移动和删除文件 |
| **文件操作** | `ls`, `cp`, `mv`, `rm` | 列出、复制、移动和删除文件等等 |
| **脚本执行** | `./script.sh` | 执行指定的Shell脚本 |
| **远程脚本** | `bash <(wget -qO- https://github.com/xx/shell/raw/main/xx.sh)` | 执行指定的远程shell脚本 |
| **管道和重定向** | `echo "Hello, World!" grep "Hello" > output.txt` | 使用管道和重定向进行数据处理 |