Читать книгу Linux Bible - Christopher Negus - Страница 184
Using foreground and background commands
ОглавлениеContinuing with the example, you can bring any of the commands on the jobs list to the foreground. For example, to edit myfile
again, enter the following:
$ fg %1
As a result, the vi
command opens again. All text is as it was when you stopped the vi
job.