mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 00:46:15 +00:00
Update cheatsheets
This commit is contained in:
@@ -32,3 +32,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`printf -v {{myvar}} {{"This is %s = %d
|
||||
" "a year" 2016}}`
|
||||
|
||||
- Print a hexadecimal, octal and scientific number:
|
||||
|
||||
`printf "{{hex=%x octal=%o scientific=%e}}" 0x{{FF}} 0{{377}} {{100000}}`
|
||||
|
||||
Reference in New Issue
Block a user