Jeff Pace’s Blog

May 19, 2008

(Code) Recipe of the Day

Filed under: Uncategorized — Tags: , — Jeff Pace @ 7:18 pm

This little ditty (there are no large ditties) looks for a file in the same directory as another file, and then searches that file for the string “desc”, using glark. Note that this is in Z shell.

% for i in **/foo.xml; do n=`dirname $i`/bar.txt; glark --label=$n desc $n; done

No Comments Yet »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.