On 20050605T235651+0200, Jeroen Budts wrote: > Is it possible to use 'darcs replace' somehow in a recursive way? The > problem is, i have some files spread over a tree of directories. Now i > want to replace a token, so this seems a very good job for 'darcs > replace' to me. However i can't find how to make darcs search in all the > files in all the folders. I would have expected a --recursive option > like with 'darcs add'? Am I missing something?
If you are on a Unix-like system, you can use find(1) to find all the files you need. -- Antti-Juhani Kaijanaho http://antti-juhani.kaijanaho.info/ Blogi - http://kaijanaho.info/antti-juhani/blog/ Toys - http://www.cc.jyu.fi/yhd/toys/ _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
