[ create a new paste ] login | about

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

D, pasted on Sep 11:
1
LANG=C date -d "$(date +%Y)-01-01 + 255 days" +%Y/%m/%d


Output:
1
2
3
4
5
Line 1: no identifier for declarator LANG
Line 1: semicolon expected, not 'date'
Line 1: no identifier for declarator date
Line 1: semicolon expected, not '-'
Line 1: Declaration expected, not '-'


Create a new paste based on this one


Comments: