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
- ssh
- VirtualBox
- 단축키
- port
- import
- Quartz
- xargs
- grep
- Windows
- Mac
- lsof
- Windows 10
- web.xml
- Eclipse
- IntelliJ
- profile
- GIT
- 네트워크
- bash
- find
- vscode
- maVen
- 줄바꿈 문자
- JavaScript
- plugin
- context
- Source
- tomcat
- netsh
- resource
Archives
- Today
- Total
develog
[bash] 변수값을 '_' (underscore) 로 연결하기 본문
$t=abc
$d=123
## abc_123 으로 만들기
$str=$(echo ${t}_${d})
echo $str
'OS & Shell > bash' 카테고리의 다른 글
[bash] split path & filename (0) | 2021.03.09 |
---|---|
[bash] del-log.sh (0) | 2021.03.02 |
[bash] executing commands remotely using ssh (0) | 2020.09.18 |
[bash] set, export, env (0) | 2020.09.16 |
[bash] tmux (0) | 2020.09.16 |
Comments