小编Fra*_*sca的帖子

使用 Perl 格式化文件的内容

我有一个具有以下格式的文件:

>Country1 
Aus
trali
a

>Country5
Swi
tzer
land

>Country2
Net
herland
s
Run Code Online (Sandbox Code Playgroud)

我想输出以下格式的文件:

>Country1 Australia
>Country5 Switzerland
>Country2 Netherlands
Run Code Online (Sandbox Code Playgroud)

perl text-processing

2
推荐指数
1
解决办法
1061
查看次数

标签 统计

perl ×1

text-processing ×1