티스토리 뷰
dectobin ()
{
num=$1
rem=1
bno=""
while [ $num -gt 0 ]
do
rem=`expr $num % 2`
bno=$bno$rem
num=`expr $num / 2`
done
i=`echo ${#bno}`
final=""
while [ $i -gt 0 ]
do
i=$(( $i - 1 ))
rev=`echo ${bno:$i:1}`
final=$final$rev
done
final=`printf "%08d" $final`
echo $final
}
'프로그래밍' 카테고리의 다른 글
git에서 시크릿 파일 삭제 방법 (0) | 2021.03.29 |
---|---|
Python 한글 도메인 punycode 변환 (0) | 2020.03.07 |
Python 시간 변환 (0) | 2020.03.06 |
Python 스위치에서 트래픽 정보 수집 (0) | 2020.03.06 |
Python traceroute 구현 (0) | 2020.03.05 |
댓글
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- 이슈처리
- error
- Windows
- Ansible
- 번역
- engineering
- Python
- mysql
- httpd
- check
- Web
- Linux
- apache
- PowerShell
- command
- RESTful
- configuration
- limits
- 명령어
- 코드
- 예제
- client
- Module
- File
- MariaDB
- code
- monitoring
- deview
- 외부링크
- example
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함