看板
[ Perl ]
討論串[問題] 合併三個檔案中的資料
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
This is a much better version. Please read 'perlreftut' for the idea.. #!/usr/bin/env perl. use strict;. use warnings;. #. # you may want to read 'per
(還有626個字)
內容預覽:
This might be a quick and dirty way.. #!/usr/bin/env perl. use strict;. use warnings;. # assuming your files are file1.txt, file2.txt and file3.txt..
(還有407個字)
內容預覽:
FILE1:. name1,chrA1. name2,chrA2. name3,chrA3. .... FILE2:. name1,chrB1. name2,chrB2. name3,chrB3. .... FILE3:. name1,chrC1. name2,chrC2. name3,chrC3.
(還有1259個字)
首頁
上一頁
1
下一頁
尾頁