in reply to Execute a command line and save in memory its output
my $command = qq(ncks -v $variable -d station,$id,$id $file | grep \"s +tation\\[\"); my @output = `$command`; [download]