Software Engineer is(should be) a most efficient Problem Solver.
### command find ${TARGET_DIR}/*.xml -type f | xargs grep -l ${SEARCH_WORD} | awk '{ num = split($0, array, "/"); print array[num];}' | awk '{ num = split($0, array, "."); print array[1];}'
Post a Comment
No comments:
Post a Comment