[ create a new paste ] login | about

Link: http://codepad.org/o99l2mXS    [ raw code | output | fork ]

C, pasted on Oct 13:
1
2
3
4
5
6
7
# netstat -ntl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State
tcp        0      0 0.0.0.0:10022               0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN
tcp        0      0 :::10022                    :::*                        LISTEN
tcp        0      0 :::80                       :::*                        LISTEN


Output:
1
2
3
4
5
6
Line 2: error: invalid preprocessing directive #netstat
Line 2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Internet'
Line 20: error: too many decimal points in number
Line 48: error: too many decimal points in number
Line 20: error: too many decimal points in number
Line 48: error: too many decimal points in number


Create a new paste based on this one


Comments: