# usleep > Delay execution for a specific interval in microseconds. > Largely deprecated in favor of `nanosleep`. > See also: `sleep`, `nanosleep`. > More information: . - Delay in microseconds: `usleep {{microseconds}}` - Execute a specific command after a 500,000 microseconds delay: `usleep 500000 && {{command}}`