티스토리 뷰
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
- command
- Python
- monitoring
- 명령어
- Web
- check
- Ansible
- Module
- limits
- configuration
- MariaDB
- error
- deview
- Linux
- RESTful
- mysql
- PowerShell
- apache
- 예제
- Windows
- httpd
- 외부링크
- engineering
- code
- 이슈처리
- client
- example
- 번역
- 코드
- File
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함