Y
Hacker News
new
|
ask
|
show
|
jobs
by
Dr_Emann
2579 days ago
Because echo-ing into a file will make a file with 1 byte in it: a single newline character.
1 comments
oreo83
2579 days ago
echo -n >file
link