小编Lul*_*ina的帖子

如何在 TSV 文件中拆分字符串

我有这样的 TSV 文件:

abc_1
def_2
ghi_3
jkl_4
mno_5
Run Code Online (Sandbox Code Playgroud)

我想把它分成:

abc 
def 
ghi 
jkl
mno
Run Code Online (Sandbox Code Playgroud)

1
2
3
4
5
Run Code Online (Sandbox Code Playgroud)

我怎么能得到那个?

text text-editor text-processing tr cut-command

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

标签 统计

cut-command ×1

text ×1

text-editor ×1

text-processing ×1

tr ×1