Lazyweb, How do I use you from Blogger?
Posted on November 29, 2005 - Filed Under Blogger Posts | 3 Comments
Lazyweb, how do I submit my request to you from Blogger. Just kidding. Heres the problem, and then the solution:
Lazyweb intro
In my previous post, I wanted to know if anyone out there can help me with a little unix problem. However because I am the only regular reader of my blog, I don’t really expect [...]
Finding only leaf folders
Posted on November 28, 2005 - Filed Under Blogger Posts | 9 Comments
How can I find only leaf folders in unix? I have a couple of ways I don’t really like. Surely this should just be an option on find. Anyway:
Option 1: Counting Hard Links
find -type d -links 2
Why I don’t like it: It won’t work if there are any hard links (other than . and ..) [...]