将“wget -qO - <website>”输出导出为 txt 文件? [关闭]
Posted
技术标签:
【中文标题】将“wget -qO - <website>”输出导出为 txt 文件? [关闭]【英文标题】:Exporting "wget -qO - <website>" output as txt file? [closed] 【发布时间】:2022-01-20 11:00:34 【问题描述】:使用"wget -qO - <website>"
在命令提示符上显示大量文本。我想将其导出为 txt。有什么办法吗?
【问题讨论】:
您注意到帮助文件中的-O
选项了吗?
【参考方案1】:
如果要将命令提示符下的 txt 转换为 .txt 文件,则需要在命令末尾添加参数: > TheNameOfTheFile.txt
。
【讨论】:
以上是关于将“wget -qO - <website>”输出导出为 txt 文件? [关闭]的主要内容,如果未能解决你的问题,请参考以下文章
Javascript 将正则表达式 \\n 替换为 \n,将 \\t 替换为 \t,将 \\r 替换为 \r 等等