We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// 표준 출력을 /dev/null 로 redirection 하라는 의미, 표준출력을 버리라는 의미 $ rm test > /dev/null
$ rm test > /dev/null rm: cannot remove 'test' : No such file or directory
// 2: 표준에러, >: 리다이렉트, &1: 표준출력 $ rm > test > /dev/null 2>&1
Docker 링크
Jenkins 링크
https://jybaek.tistory.com/115 https://blog.daum.net/mcchijun/15418625
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Linux - /dev/null 2>&1
GCP - Docker, Jenkins 배포
Docker 링크
Jenkins 링크
References
https://jybaek.tistory.com/115
https://blog.daum.net/mcchijun/15418625
The text was updated successfully, but these errors were encountered: