SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to skip first two line:
tail -n +3 <filename>
If you want to skip first x line:
tail -n +$((x+1)) <filename>