tcsh scripting, problems with find and special characters in file names or directory names
问题 Im a beginner scripter, writing scripts in tcsh and csh(these are teached in my course) Im writing a script which uses find for putting path of directories this is the part of the script: set list = (`find $PATH -type d`) it works fine until the file or directory names arent named such as: @fi@@lename&& or −filename or :−,?!drectoryanem!-`` These special characters i couldnt handle i changed the find script to: set list = ("`find $PATH -type d`") bit none of these works, when i want to use