Posts Tagged sort

Sorting Directory Listings with Bash

Recently I've been working on creating an installer for an in-house Cyber Sprocket project using the Nullsoft installer (NSIS). It's an interesting system but it's a bit flaky in a couple areas. One of these areas is in installing and/or removing entire directory structures. It appears that the system is generally designed for explicit definition of all directories and files. While this may often be a perfectly acceptable solution, I wanted a more dynamic system. Because I've been developing the installer externally to the actual development of the project, I don't keep track of what files or directories need to be included, nor do those files and directories remain stable. The NSIS system uses its own scripting language to build the installer. There are lots of various macros out there that do all sorts of things. There is undoubtedly several that do exactly what ...

0 Comment   |   Posted in Bash,blog February 05, 2010