[GRASS-user] [solved] t.rast.list and sql use

Problem solved! It just needed one more try! :slight_smile:

for y in 2003 2004 2005 2006 ; do
t.rast.list -s input=cla where=“start_time >= '”${y}“-03-21’ and start_time <= '”${y}“-06-21’”
done

Cheers,
Vero