Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

wait

Wait for background process to complete

Syntax

wait [PID]...

Common Examples

wait

Wait for all background processes

wait 1234

Wait for specific PID

sleep 5 & wait $!

Wait for last background process

Related Commands

Related Tools

More Code & Dev Tools