[ create a new paste ] login | about

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

C, pasted on Feb 3:
1
for k in $(ls *.cropped.png); do octave -q --eval 'gen_pers_stats("$k")'; done


Output:
1
2
3
4
Line 1: error: expected identifier or '(' before 'for'
Line 1: error: expected identifier or '(' before 'do'
Line 50: warning: character constant too long for its type
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input


Create a new paste based on this one


Comments: