On 12/24/11, Szabolcs Nagy <n...@port70.net> wrote:
> * 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

That’s a GNUism.

Reply via email to