develog

[Linux] 명령어 같이 실행 본문

OS & Shell/Linux

[Linux] 명령어 같이 실행

냐옴 2017. 11. 23. 09:44
A; B    Run A and then B, regardless of success of A
A && B  Run B if A succeeded
A || B  Run B if A failed
A &     Run A in background.


https://askubuntu.com/questions/334994/which-one-is-better-using-or-to-execute-multiple-commands-in-one-line


'OS & Shell > Linux' 카테고리의 다른 글

[Linux] 파일 날짜 변경, touch  (0) 2018.03.07
[bash] find tomcat & exec  (0) 2017.11.23
[Linux] 시스템 정보 확인  (0) 2017.10.18
[Linux] rename, 파일명 일괄 변경  (0) 2017.07.25
[Windows10] Ubuntu locale euc-kr 설치  (0) 2017.06.05
Comments