A command like this:
php ~/xxxxxxx/csv/csv_to_datafy_project.php csv_file="/xxxxxx/Dentists~558564~26761~(Emails, Phone, Website) ~ United States.csv.category=Dental Equipment & Supplies.csv"
Which would result in some error like this:
File not exists: /home/n3a6/DATAFY/1/Dentists~558564~26761~(Emails, Phone, Website) ~ United States.csv.category=Dental Equipment
It seems the ampersand cuts the supplied parameter in half. Why?
Thus far I tried \& and && but nothing helped.
How can I escape it in such a situation?