Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在目录中安装了带有 curl 的 CygwinC:\cygwin
C:\cygwin
我正在尝试运行以下内容,但我得到No such file or directory了INPUT_LIST.TXT. 我已经INPUT_LIST.TXT放置在C:\cygwin. 我应该将文件放在哪里才能使以下工作?
No such file or directory
INPUT_LIST.TXT
xargs curl -sw “%{url_effective}\t %{http_code}\t %{redirect_url}\\n” < INPUT_LIST.TXT
从您的评论中,我可以看到您已设法将文件命名INPUT_LIST.TXT.txt为INPUT_LIST.TXT.
INPUT_LIST.TXT.txt
您需要执行以下操作之一:
mv INPUT_LIST.TXT.txt INPUT_LIST.TXT
< INPUT_LIST.TXT.txt
< INPUT_LIST.TXT