Skip to content

Commit 501a6b8

Browse files
yunnayunna
yunna
authored and
yunna
committed
创建txt
1 parent f3634a9 commit 501a6b8

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ GNUstep是GNU计划的项目之一,它将Cocoa的OC库重新开源实现了一
188188
- 4、[NPM 使用介绍](http://www.runoob.com/nodejs/nodejs-npm.html)
189189
- 5、[免费API](https://www.apishop.net/#/)
190190
- 6、[APP Store官方网站](https://help.apple.com/app-store-connect/#/dev4df155cc4)
191-
191+
- 7、[如何在mac上创建txt文档](https://github.com/SunshineBrother/JHBlog/blob/master/工具/如何在mac上创建txt文档/如何在mac上创建txt文档.md)
192192

193193

194194

21.1 KB
Loading
93.1 KB
Loading
17.6 KB
Loading
29.1 KB
Loading

工具/如何在mac上创建txt文档/如何在mac上创建txt文档.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,33 @@
88
打开文本编辑,进入下面的界面
99

1010

11+
![txt](https://github.com/SunshineBrother/JHBlog/blob/master/工具/如何在mac上创建txt文档/text.png)
1112

13+
**按住command+shift+T,界面变成**
1214

1315

16+
![txt](https://github.com/SunshineBrother/JHBlog/blob/master/工具/如何在mac上创建txt文档/txt.png)
1417

1518

19+
然后就可以保存
1620

21+
![txt](https://github.com/SunshineBrother/JHBlog/blob/master/工具/如何在mac上创建txt文档/txt1.png)
1722

1823

24+
默认编码是utf-8。
1925

2026

27+
### 二、命令行touch 文件名.txt创建
2128

2229

30+
首先,要cd到指定文件路径。我们这里选桌面desktop吧。
2331

32+
![touch](https://github.com/SunshineBrother/JHBlog/blob/master/工具/如何在mac上创建txt文档/touch.png)
2433

2534

35+
然后,touch 文件名.txt 创建txt文件
2636

27-
28-
29-
30-
31-
32-
33-
34-
35-
36-
37+
![touch1](https://github.com/SunshineBrother/JHBlog/blob/master/工具/如何在mac上创建txt文档/touch1.png)
3738

3839

3940

0 commit comments

Comments
 (0)