u24c02
Advanced Member level 1
- Joined
- May 8, 2012
- Messages
- 404
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,298
- Activity points
- 4,101
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?
...