Bash 10진수-8진수 변환

Jmnote (토론 | 기여)님의 2023년 12월 27일 (수) 18:59 판 (새 문서: ==개요== ;Bash 10진수-8진수 변환 <syntaxhighlight lang='bash' run> printf "%o" $((99)) # 143 </syntaxhighlight> ==같이 보기== * Bash 8진수-10진수 변환 * 함...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Bash 10진수-8진수 변환
printf "%o" $((99)) # 143

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}