Timeline for How do I make ls sort underscore characters first?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 1, 2012 at 17:46 | comment | added | Marco | Sorry, but this answer is plain wrong. Test: touch 3 1 _1 _3 2 _2 && ls -fl outputs 2 . 1 3 _2 _3 .. _1 | |
| Jun 1, 2012 at 17:33 | comment | added | Ignacio Vazquez-Abrams | Only because that's how they're stored in the filesystem. | |
| Jun 1, 2012 at 17:29 | history | answered | Tim | CC BY-SA 3.0 |