in reply to How can a user pause a running script?

Is this on a unix-type box? If so, cntl-Z will stop operation and entering "fg" will start it again ("bg" will start it again in the background).

Scott

  • Comment on Re: How can a user pause a running script?