Skip to main content
Post Made Community Wiki
Source Link
user394
  • 14.8k
  • 23
  • 69
  • 94

The ampersand. It puts your command in the background, so you can continue typing.

$> sudo updatedb & 

Working along, and after a while you see:

[1] 17403 

And your process is done! Great for things where you don't need to wait for them to terminate.