일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Spring Boot
- redis
- AWS
- Design Patterns
- jenkins
- JVM
- springboot
- MySQL
- laravel
- Spring Batch
- devops
- php
- Spring
- Web Server
- IntelliJ
- db
- elasticsearch
- ubuntu
- it
- javascript
- linux
- java
- Oracle
- 요리
- jsp
- Gradle
- Git
- ReactJS
- tool
- 맛집
Archives
- Today
- Total
아무거나
shell script 작성시 parameter의 개수를 체크하는 방법 본문
반응형
- if [ "$#" -ne 1 ]; # 파라미터가 1미만이거나 1초과일때
then
echo 'all'
else
VERSION=$1
echo "$VERSION"
fi
반응형
'Infra > Linux & Unix' 카테고리의 다른 글
서버 열린 포트 확인 (0) | 2019.04.22 |
---|---|
파일 라인 수 출력 (0) | 2019.04.22 |
[ubuntu] curl response time check 방법 (0) | 2019.04.22 |
tar.gz 압축시 숨김파일까지 압축하는 방법(.env, .git 등.) (0) | 2019.04.22 |
[ubuntu] dpkg 에러 날때 (0) | 2019.04.22 |
Comments