文章预览 How to create a new text file in Linux? 2023年08月22日 285 字 To create a new text file in Linux, there are several ways you can do it using the command line. Here are a few examples: 1. Using the `touch` command: ``` touch filename.txt… text file nano touch 阅读全文 浏览 评论