摘要: In this lesson we’ll learn how to move and rename files (mv) and copy (cp) them. Move index.html to src folder: We can also rename the file: You can a 阅读全文
posted @ 2018-10-12 18:01 Zhentiw 阅读(231) 评论(0) 推荐(0)
摘要: We can create a single folder by doing: If we want to create nested folder we need to add '-p' flag: It creates three folders 'a', 'b', 'c'. 阅读全文
posted @ 2018-10-12 17:55 Zhentiw 阅读(154) 评论(0) 推荐(0)
摘要: Sometimes when working at the command line, it can be handy to view a file’s contents right in the terminal, or open a file with a certain application 阅读全文
posted @ 2018-10-12 03:05 Zhentiw 阅读(227) 评论(0) 推荐(0)