I do have a whole bunch of files in a directory and from every file I want to remove the first line (including carriage return). I can read the whole file into an array of s
Oh the prefered language is Perl.
Sometimes sed is a better sed than even perl:
sed
sed -i 1d *