( ESNUG 365 Item 7 ) --------------------------------------------- [02/15/01]
Subject: ( ESNUG 362 #5 ) Other UNIX Tips & Tricks For Those Long EDA Runs
> I got hit by a little gotcha recently that I thought I should share. ...
>
> "dc_shell | tee -i logfile"
>
> This allows the use of control-C for dc_shell.
>
> - Bob Wiegand
> NxtWave Communications Langhorne, PA
From: Bob Alverson <bob@tera.com>
Try the script subshell:
csh_prompt> script
Script started, file is typescript
csh_prompt>
all stuff here goes in the file
csh_prompt> exit
Script done, file is typescript
Inside script, all the usual job control stuff should work.
- Bob Alverson
Tera
|
|