Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- Quartz
- find
- plugin
- Source
- 네트워크
- JavaScript
- ssh
- context
- vscode
- VirtualBox
- bash
- IntelliJ
- Windows 10
- netsh
- tomcat
- xargs
- port
- GIT
- lsof
- 줄바꿈 문자
- grep
- import
- Eclipse
- web.xml
- profile
- maVen
- 단축키
- Mac
- resource
- Windows
Archives
- Today
- Total
develog
[bash] 다중 명령 실행 && || ; 본문

stackoverflow.com/questions/4510640/what-is-the-purpose-of-in-a-shell-command
What is the purpose of "&&" in a shell command?
As far as I know, using & after the command is for running it in the background. Example of & usage: tar -czf file.tar.gz dirname & But how about &&? (look at this example: ht...
stackoverflow.com
'OS & Shell > bash' 카테고리의 다른 글
[bash] set, export, env (0) | 2020.09.16 |
---|---|
[bash] tmux (0) | 2020.09.16 |
[bash] 로컬 shell script 파일을 원격 서버에서 실행하기 (0) | 2019.02.26 |
[bash] existStr (0) | 2019.02.15 |
[bash] function return (0) | 2019.02.15 |