相关疑难解决方法(0)

Notepad++ 中的颠倒行序

有没有办法\r\n使用 Notepad++反转文件的行顺序(考虑换行)?

输入:

1
号线 2
号线 3号线

所需输出:

3
号线 2
号线 1号线

任何插件/宏都可以

notepad++

13
推荐指数
0
解决办法
4892
查看次数

如何在 Windows 上反转文本文件

如何在保留空行的同时反转 .txt 文件的内容?

例如,

text one

text two
text three

text four


text five


text six
Run Code Online (Sandbox Code Playgroud)

会成为

text six


text five


text four

text three
text two

text one
Run Code Online (Sandbox Code Playgroud)

最好使用 Windows 控制台或源代码编译为应用程序。我有 Windows 7。

windows sorting

5
推荐指数
2
解决办法
6963
查看次数

标签 统计

notepad++ ×1

sorting ×1

windows ×1