Y
Hacker News
new
|
ask
|
show
|
jobs
by
asicsp
1838 days ago
Thanks.
>
BUGS Very long lines are silently truncated.
And didn't know that about `mv`, good to know.
1 comments
hulitu
1837 days ago
It is a good practice to use cp + (verify) + rm instead of mv. Especially when the data is important.
link
cozzyd
1837 days ago
or rsync --remove-source-files
link