gpt4 book ai didi

linux - 需要替代参数才能使用 bash 执行 Pearl 脚本

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

需要替换参数才能使用 bash 执行 Perl 脚本。我有一个在 gem 上运行的脚本,如下所示:

./script.pl "URL"

我需要使用 bash 替换“URL”来替换文件的值。谢谢。

最佳答案

./script.pl "$( cat file )"

./script.pl "$(< file )"

<file xargs ./script.pl

xargs -a file ./script.pl

关于linux - 需要替代参数才能使用 bash 执行 Pearl 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33284354/

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