gpt4 book ai didi

linux - cat 是做什么用的,它在这里做什么?

转载 作者:太空狗 更新时间:2023-10-29 11:37:46 35 4
gpt4 key购买 nike

<分区>

我正在研究这个脚本,我想知道 cat 在这一部分中做了什么。

if cat downloaded.txt | grep "$count" >/dev/null
then
echo "File already downloaded!"
else
echo $count >> downloaded.txt
cat $count | egrep -o "http://server.*(png|jpg|gif)" | nice -n -20 wget --no-dns-cache -4 --tries=2 --keep-session-cookies --load-cookies=cookies.txt --referer=http://server.com/wallpaper/$number -i -
rm $count
fi

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