外观
58字小于1分钟
2025-05-28
cat 查看文件内容
cat
cat hello.txt
cat -n 查看文件内容,并且显示行号
cat -n
cat -n hello.txt
我一般习惯使用 vim 查看文件
vim