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
- 줄바꿈 문자
- bash
- web.xml
- Quartz
- IntelliJ
- JavaScript
- tomcat
- plugin
- resource
- grep
- 네트워크
- 단축키
- GIT
- vscode
- Mac
- xargs
- Source
- ssh
- maVen
- find
- profile
- VirtualBox
- import
- Windows 10
- context
- netsh
- port
- Windows
- Eclipse
- lsof
Archives
- Today
- Total
develog
[Linux] shell script, 숫자 연산 본문
#/bin/bash
a=10
b=20
c=$(($a+$b))
echo $c
'OS & Shell > Linux' 카테고리의 다른 글
[Linux] shell script, 블록 입력 (0) | 2015.01.10 |
---|---|
[Linux] shell script, if (0) | 2015.01.10 |
[Linux] ssh 비밀번호 입력없이 접속하기 (0) | 2015.01.09 |
[Linux] shell script, function return string (0) | 2015.01.09 |
[Linux] shell script, function return number (0) | 2015.01.09 |
Comments