Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
emilfihlman
on Jan 23, 2018
|
parent
|
context
|
favorite
| on:
What happens when you grep the file you've redirec...
>echo "a" > test.txt
test.txt will contain "a\n" not just "a"
-n to disable adding \n
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:
test.txt will contain "a\n" not just "a"
-n to disable adding \n