👉 wget_new is a command in wget utility which downloads a webpage with no parameters, like the following: ``` wget -q --new-verbose "http://example.com/" ``` This command is useful for checking that URLs are accessible as requested without any additional parameters or queries. The `-q` option indicates that there should be no progress or error messages and `--new-verbose` shows extra information about the download process.