[aclug-L] Re: bash question
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Aside from quitting the pager, you can run a shell command from
the pager command line. Usually this is ! followed by the command.
The command, of course, can be !bash.
You can stop a foreground job by typing ^Z (control key + z). You
can then run other shell commands. The command fg resumes the
last command that you had stopped. The command jobs lists any
jobs that you have stopped or backgrounded; it gives them a job
number, so you can refer to a specific job; e.g., fg %1.
You can also bring up another virtual console, by typing ALT-F1,
ALT-F2, ALT-F3, etc. (If you are running under X, these become
CTL-ALT-F1, ...; ALT-F7 or CTL-ALT-F7 brings you back to X.)
Ryan & Jen wrote:
>
> When a man page is invoked, how do a get back to the console I invoked the
> page from. This is of course in the initial bash shell without any GUI. At
> this point, I am going to tty2 and killing the process on tty1.
> Yes, newbie dimly lit wit question. I am reading doc and find it very
> useful, just thought I would cheat and ask the list.
>
> rrupert@xxxxxxx
|
|