I was working on a project that needed a tiny amount of functionality from another, much larger, project. Rather than linking in all the object files, I wanted to keep to the minimum. Unfortunately, some of the functions I called had very generic names, and I had no idea which object files they were coming […]
Tag Archives: pipelines
Linux pipelines
Posted March 27, 2010 – 11:13 amI recently had a Subversion working copy with several files that were modified because they should not have been under source control to begin with. I had to find all the modified *.Plo files and remove the folders that contained them. I ended up using this, which is the longest pipeline I can remember using: […]