I saw the sed examples, but no matter how I write that it won\'t delete my first line. Actually, I did more tests and it won\'t delete my first line either, so
sed
Giving this answer since sed is not tagged.
head -`wc -l test2.cc | awk '{print ($1-1)}'` test2.cc