mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
printf: add line break (#19796)
This commit is contained in:
@@ -26,4 +26,4 @@
|
||||
|
||||
- Print a hexadecimal, octal and scientific number:
|
||||
|
||||
`printf "{{hex=%x octal=%o scientific=%e}}" 0x{{FF}} 0{{377}} {{100000}}`
|
||||
`printf "{{hex=%x octal=%o scientific=%e\n}}" 0x{{FF}} 0{{377}} {{100000}}`
|
||||
|
||||
Reference in New Issue
Block a user