Last Updated: February 25, 2016
·
1.328K
· Coornail

Export redmine tickets to todo.txt

cat export.csv | grep '^\d' | cut -d ',' -f 6 | sed -e 's/^/(C)\ /' -e 's/$/\ +YourProject/' >> todo.txt