Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一堆文件,我必须将它们的名称转换为谷歌标准。我可以去手动更改它,但我想知道是否有相同的 emacs 绑定。
基本上我需要转换
并在 cpp 文件中
#include <FileName.h>至#include <file_name.h>
#include <FileName.h>
#include <file_name.h>
有几种方法-
适用于您使用 Mac OS - 部分解决方案:这只会更改文件名,但不会更改 cpp 文件中的文件名。Macbook 有一个名为 automator 的工具,您可以在其中指定所有文件所在的文件夹,然后采取行动将文件名编辑为特定模式。我经常使用它来更改从 Web 下载的图像文件或从 Itunes 下载的音乐文件的名称。
你可以编写一个 shell 脚本来做你需要的事情。
编写一个 C++ 方法来做到这一点。