* hiro <23h...@googlemail.com> [2011-12-24 02:00:47 +0100]:
> Deleting the first line of my log is currently done with sed 1d
> <original.dat>temp; mv temp original.dat. Is there no better way?

sed -i 1d original.dat

Reply via email to