How do I save a TextEdit (mac) file with a custom extension (.sas)?

喜你入骨 提交于 2019-12-04 20:18:20

Your Mac comes with TextEdit, which is a perfectly good basic text editor. Be sure to choose Format > Make Plain Text so that you get a text file. Be sure to uncheck Hide Extension when you save, and provide the .sas extension manually. Or you can change the extension later using File > Get Info in the Finder.

You also have pico, vim, vi, emacs, and probably a host of others in the Terminal.

Above mentioned solutions are best suitable for older mac os versions.

But for the latest mac os version(Mojave or later) try with nano or other command-line text editors.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!