On 12/24/11, Szabolcs Nagy <[email protected]> wrote: > * hiro <[email protected]> [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.
