I would like to replace first line with empty string in shell script?
For example:
Input
Skipping HTTPS certificate checks altogether. Note that this is not secure at all.
Line 2 ......
Line 3 ......
Output
Line2
Line3
What Unix command I can use to perform same? Any Idea?