& is a special character in most shell environments. You can use double quotes to quote the URL to pass the whole thing in as the parameter to wget:
wget "http://www.ted.com/talks/quick-list?sort=date&order=desc&page=18"
& is a special character in most shell environments. You can use double quotes to quote the URL to pass the whole thing in as the parameter to wget:
wget "http://www.ted.com/talks/quick-list?sort=date&order=desc&page=18"