u24c02
Advanced Member level 1
Hi.
When I trying to run in csh like this it does not working well.
$!/bin/csh -f
...
set source_directory = "../SRC"
set library_list = 'ls $source_directory' // What is wrong?
...
When I trying to run in csh like this it does not working well.
$!/bin/csh -f
...
set source_directory = "../SRC"
set library_list = 'ls $source_directory' // What is wrong?
...