Category Archives: Linux

Linux Shell 笔记

1 wait wait是用来阻塞当前进程的执行,直至指定的子进程执行结束后,才继续执行。请看下面的演示: #!… Read More »