Files
2026-02-13 23:38:38 +08:00

19 lines
436 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Git Bash
基本命令—— Linux 操作
1. cd 改变目录 要正常的路径
2. cd .. 返回上一个目录
3. pwd 显示当前所在的目录路径
4. ls 列出目录索里有文件
5. touch 先建一个文件
6. rm 删除一个文件
7. mkdir 新建文件夹
8. rm -r 文件名 删除文件夹
9. rm -rf / 删库
10. mv 移动文件
11. reset 清平
12. clear 清屏
13. history 查看命令历史
14. help
15. exit