[index] [text page] [<<start] [<prev] [next>] [last>>]
Page 32: Job Control

Page 32

  
  Job Control
  Processes can be run in the 'background':
    $ find / -name myfile >myfile.listing  &
    $ jobs
    [1] - Running       find / -name myfile >myfile.listing
    $ fg
    find / -name myfile >myfile.listing

Copyright 2005, Bri Hatch of Onsight, Inc.

Presented at LFNW - LinuxFest Northwest, Bellingham, Washington, Apr 2005

Presentation created using vim and MagicPoint.