Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Aaron2222
62 days ago
|
parent
|
context
|
favorite
| on:
Don't create .gitkeep files, use .gitignore instea...
> The \n won't be interpreted specially by echo unless it gets the -e option.
Author's probably using Zsh, which interprets them by default.
_kst_
61 days ago
[–]
If you want any kind of non-trivial formatting, use the printf command, not echo.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Author's probably using Zsh, which interprets them by default.