之前手动编译trzsh的时候,加了后缀rzsz,下载到本地就麻烦了,需要一个一个的改,能能批量修改呢?
gpt给了段代码:
for file in *_with_rzsz; do
mv "$file" "${file%_with_rzsz}"
done
把下载trzsz的命令
wget -O /bin/tssh https://d.op123.ren/d/soft/trzsz/centos/tssh_with_rzsz
wget -O /bin/trz https://d.op123.ren/d/soft/trzsz/centos/trz_with_rzsz
wget -O /bin/tsz https://d.op123.ren/d/soft/trzsz/centos/tsz_with_rzsz
wget -O /bin/trzsz https://d.op123.ren/d/soft/trzsz/centos/trzsz_with_rzsz
chmod a+x /bin/tssh /bin/trz /bin/tsz /bin/trzsz