下面介绍一下ls,cat,mv,touch的用法
(1)ls:
ls作用是显示当前目录下的目录与文件
![我在桌面显示桌面存在的文件](https://raw.githubusercontent.com/smshen/MarkdownPhotos/master/Res/test.jpg
(2)cat:
cat命令能够显示一个文本里所有内容。
(3)mv:
mv的作用是重命名或移动文件
(4)touch:
touch的作用是修改文件或目录的时间(如果文件不存在则创建一个新的文件)
第三篇博客
已经将生成博客的代码传到github上了,这样就不怕删掉了 OAO
第二篇博客
这是我的第二篇博客,但是我使用start 路径不能打开它,之后在研究!
开博大吉
原来的第一篇写错了,现在我终于知道为什么start 路径打不开了,因为复制的路径是反斜杠(\)而我要用的是正斜杠(/)
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment