Date: Thu, 06 Jun 2002 19:42:59 +0200 From: Paul Everlund <tdv94ped@cs.umu.se> To: uwi mAn <uwiman3k@hotmail.com> Cc: questions@freebsd.org Subject: Re: ctrl-z Message-ID: <3CFF9F23.270F4672@cs.umu.se> References: <F9MP8s0e7VlcMU1eiiO00013381@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
uwi mAn wrote:
>
> thats basics but nonetheless, how to awake suspended [by shell Ctrl-Z]
> programs?
An example:
# ls | more
...pressed ctrl-Z as more "paused" output...
Suspended
[1] 18566 18567
# jobs
[1] + Done ls |
Suspended more
# fg 1
Now job 1 is continuing, and 'more' are showing outout again.
Hope this did help.
Best regards,
Paul
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CFF9F23.270F4672>
