When I execute:
set tempString [exec ls -l $file_list]
where file list has the value "file1 file2 file3 file4"
and I have previously done a cd to the directory containing file1 file2 file3 file4 and the permissions on the directory and files is 777.
I get:
Error: file1 file2 file3 file4 not found
Any ideas?
Thanks,
Gary Cooper
set tempString [exec ls -l $file_list]
where file list has the value "file1 file2 file3 file4"
and I have previously done a cd to the directory containing file1 file2 file3 file4 and the permissions on the directory and files is 777.
I get:
Error: file1 file2 file3 file4 not found
Any ideas?
Thanks,
Gary Cooper