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 | 31 |
Tags
- context
- 단축키
- netsh
- Quartz
- Eclipse
- VirtualBox
- bash
- xargs
- tomcat
- lsof
- GIT
- plugin
- web.xml
- JavaScript
- 줄바꿈 문자
- ssh
- Windows
- import
- profile
- resource
- find
- Windows 10
- Mac
- IntelliJ
- vscode
- maVen
- grep
- Source
- 네트워크
- port
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 |
Comments