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