I have the following line:
set savefile_list [glob -nocomplain -tails -directory $process_dir *.idx]
when executed I get:
Error: bad option "-tails": must be -directory, -join, -nocomplain, -path, -type
s, or --
while executing
"glob -nocomplain -tails -directory $process_dir *.idx"
Am I placing the -tails option in the wrong place?
Thanks in advance for any insight.
Ati2ude
set savefile_list [glob -nocomplain -tails -directory $process_dir *.idx]
when executed I get:
Error: bad option "-tails": must be -directory, -join, -nocomplain, -path, -type
s, or --
while executing
"glob -nocomplain -tails -directory $process_dir *.idx"
Am I placing the -tails option in the wrong place?
Thanks in advance for any insight.
Ati2ude