cli에서 줄바꿔서 명령어 계속 입력하기
1 | echo 1 ^ |
1 | echo 1 ` |
1 | echo 1 \ |
- cmd, powershell, bash 다 달라서 흠이다
- cli에서 긴 명령어를 작성할 때 가독성을 높여줄 수 있다
cli에서 줄바꿔서 명령어 계속 입력하기
https://chinsun9.github.io/2021/08/03/cli-continue-command-to-next-line/
1 | echo 1 ^ |
1 | echo 1 ` |
1 | echo 1 \ |
cli에서 줄바꿔서 명령어 계속 입력하기
https://chinsun9.github.io/2021/08/03/cli-continue-command-to-next-line/