Thursday, January 30, 2014

Unique list of components in use in Talend job

$ find /path/to/talend/job/ -name "*.item"|xargs grep -E "value=\"t[A-Z]+" | sed -E 's/^.*value=\"([^\"]*)\".*$/\1/g' | sed 's/_.*//g' |  sort | uniq

No comments:

Followers