Can I use wget to check , but not download

后端 未结 5 446
失恋的感觉
失恋的感觉 2021-01-30 04:53

Can I use wget to check for a 404 and not actually download the resource? If so how? Thanks

5条回答
  •  广开言路
    2021-01-30 05:27

    You can use the following option to check for the files:

    wget --delete-after URL
    

提交回复
热议问题