Does anyone know if it's possible to give a directory a "description" under a Unix file system?
I want to do a readdir on a directory and if there are any dirs underneath that, display a "description" rather than the directory name.
I could create a .description file or something, but I was wondering if there could be a "cleaner" way.