在 Mac 上创建 txt 文件的方法有很多种。以下是两种常用方法:
方法一:使用纯文本编辑器
- 打开“文本编辑器”:在“应用程序”文件夹中找到“文本编辑器”应用程序并打开它。
- 新建一个文本文件:在“文本编辑器”中,选择“文件”>“新建”(或使用快捷键 Command + N)来创建一个新的空白文本文件。
- 输入文本:在新文本文件中输入你要保存的文本内容。
- 保存文件:在“文本编辑器”中,选择“文件”>“保存”(或使用快捷键 Command + S)。在弹出的对话框中,选择“纯文本”作为文件格式,并为文件命名,然后选择保存的位置。
方法二:使用终端命令
- 打开终端:在“应用程序”文件夹中找到“实用工具”文件夹,并打开其中的“终端”应用程序。
- 切换到要创建文件的目录:在终端中输入“cd 目录路径”,其中“目录路径”是你想要创建 txt 文件的目录路径。例如,如果你想要在桌面创建 txt 文件,则可以输入“cd ~/Desktop”。
- 创建 txt 文件:在终端中输入“touch 文件名.txt”,其中“文件名”是你要创建的 txt 文件的名称。
- 编辑 txt 文件:在终端中输入“open 文件名.txt”,然后按 Enter 键打开该文件并输入你想要保存的文本内容。
- 保存文件:在文本编辑器中,选择“文件”>“保存”(或使用快捷键 Command + S)。在弹出的对话框中,选择“纯文本”作为文件格式,并为文件命名,然后选择保存的位置。
以上方法可以帮助你在 Mac 上创建 txt 文件。
This article is written by wikishu, and the copyright belongs to ©Wikishu. 【Unauthorized reprinting is prohibited.】
If you need to reprint, please indicate the source and contact wikishu or visit Wikishu(https://wikishu.com) to obtain authorization. Any unauthorized use of the content of this article will be considered an infringement.
Original source: https://wikishu.com/?p=7880