Hacker News new | ask | show | jobs
by rjgray 4182 days ago
It's required to prevent the shell from interpreting and expanding special characters. e.g. in the example you provide, without quotes * will be expanded to a list of files in the current directory.