fork download
  1. set line "\"/home/tclshell/test.tcl.gz\""
  2. regexp {"?(\S+\.tcl(?:\.gz)?)} $line blank mypath
  3. puts $mypath
Success #stdin #stdout 0s 15912KB
stdin
Standard input is empty
stdout
/home/tclshell/test.tcl.gz