Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. borkoff

    exec echo - argument list too long

    Anyway - solution: [set variables before] set outfile [open "$file" a] puts $outfile RES_loc="$RES" puts $file close $outfile
  2. borkoff

    exec echo - argument list too long

    I am getting an error: couldn't execute "echo": argument list too long while executing "exec echo RES_local="$RES" >> $out_file" (file "./test.tcl" line 1177) So with exec in this case I am invoking a subprocess - bash echo command and writing to $out_file. I understand that this is...

Part and Inventory Search

Back
Top