gpt4 book ai didi

linux - Cywgin 没有正确运行脚本

转载 作者:太空狗 更新时间:2023-10-29 11:05:47 24 4
gpt4 key购买 nike

您好,我正在尝试在 cygwin 中运行此脚本,但它无法正常工作。虽然在 linux 下运行时它工作正常。

错误:

$ ./script2.txt >> count.txt
./script2.txt: line 3: syntax error near unexpected token `|'
'/script2.txt: line 3: ` | grep PlayerCount \

原始脚本:

#!/usr/bin/bash
wget --output-document=- http://runescape.com/title.ws 2>/dev/null \
| grep PlayerCount \
| head -1l \
| sed 's/^[^>]*>//' \
| sed "s/currently.*$/$(date '+%r %b %d %Y')/"

有人要求什么:

$ od -a script2.txt
0000000 # ! / u s r / b i n / b a s h cr
0000020 nl w g e t sp - - o u t p u t - d
0000040 o c u m e n t = - sp h t t p : /
0000060 / r u n e s c a p e . c o m / t
0000100 i t l e . w s sp 2 > / d e v / n
0000120 u l l sp \ cr nl sp sp sp sp | sp g r e
0000140 p sp P l a y e r C o u n t sp \ cr
0000160 nl sp sp sp sp | sp h e a d sp - 1 l sp
0000200 \ cr nl sp sp sp sp | sp s e d sp ' s /
0000220 ^ [ ^ > ] * > / / ' sp \ cr nl sp sp
0000240 sp sp | sp s e d sp " s / c u r r e
0000260 n t l y . * $ / $ ( d a t e sp '
0000300 + % r sp % b sp % d sp % Y ' ) / "
0000320

最佳答案

您需要您的文件不具有 Windows 样式的行结尾。

dos2unix script2.txt script2.txt

或者,使用您的编辑器设置行尾。例如,在 vim 中,您将使用 :set ff=unix

关于linux - Cywgin 没有正确运行脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7881493/

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