Sort by Non-Alphanumeric in Linux?
Is it possible to sort by non-alphanumeric characters in Linux? It's helpful for keeping commonly used TAGS near the beginning of the list. For instance, in Windows, I can sort:
adam
**adam
*adam
as
**adam
*adam
adam
But not in Linux!
adam
**adam
*adam
as
**adam
*adam
adam
But not in Linux!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.