Export redmine tickets to todo.txt
cat export.csv | grep '^\d' | cut -d ',' -f 6 | sed -e 's/^/(C)\ /' -e 's/$/\ +YourProject/' >> todo.txt
Written by Kornel Lugosi
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#