gpt4 book ai didi

linux - 将每 100 个 html 文件合并为 1 个

转载 作者:太空宇宙 更新时间:2023-11-04 05:14:27 29 4
gpt4 key购买 nike

我有 1,000,000 个 html 文件,并且想要将每 100 个 html 文件合并为 1 个 html 文件。最终结果将是 10,000 html 文件。

最佳答案

例如,您可以执行 bash 脚本

   #!/bin/bash
for i in files(i=0, i<100, i ++);
do
paste -d >> $i
done

关于linux - 将每 100 个 html 文件合并为 1 个,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51231460/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com