home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / tcl / 1753 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!gatech!news.byu.edu!hamblin.math.byu.edu!sol.ctr.columbia.edu!usc!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!corpgate!crchh327!tdoan
  3. From: tdoan@bnr.ca (Tuan Doan)
  4. Subject: Running Shell commands
  5. Message-ID: <1992Nov06.210718.14408@bnr.ca>
  6. Keywords: Shell, Pipe, TCL/TK, exec, eval
  7. Sender: news@bnr.ca (News on crchh327)
  8. Nntp-Posting-Host: crchh404
  9. Organization: Bell-Northern Research, Richardson, Tx.
  10. Date: Fri, 06 Nov 1992 21:07:18 GMT
  11. Lines: 19
  12.  
  13.    I apologize for my unclear question regarding how to execute shell commands
  14. inside TCL/TK.  What I need to do is execute the following shell commands.
  15.  
  16.    pr -h '[$uid] $file1' $file1 | ipr -D"pageduplex off"
  17.  
  18. $uid and $file1 are TCL/TK variables.  The argument to -D in the 'ipr' command
  19. must be in quotes.  Notice that the argument to -h in the 'pr' command
  20. contained brackets.  The above commands work fine under ksh, but I could not
  21. convert it to work under TCL/TK.                                     
  22.  
  23. Thanks,
  24.  
  25.  __  __/  /   /   __  /    |   /    Tuan T. Doan
  26.     /    /   /   /   /   / |  /     Advance Signalling Design
  27.    /    /   /   __  /   /  | /      2201 Lakeside Blvd.  P.O. Box 833871
  28. __/  ______/ __/ __/ __/  __/       Richardson, TX 75083-3871
  29.                                     Phone: 6-444-4575/214-684-4575
  30. Internet:  tdoan@bnr.ca             Fax:   6-444-3716/214-684-3716
  31.       or   tdoan@x400gate.bnr.ca    
  32.