[16:24] yay! pak33m registered for the release party with two additional and super cute attendees :) [16:28] hehe, I mean loco party [17:14] hey all [17:14] anyone good at bash scripting? [17:59] nobody is really good at bash scripting, we mostly just type semi-randomly until something works [20:17] hello? [20:22] ghuru: hey there, what are you trying to do? [20:22] hey itnet7 [20:22] just a simple bash script [20:22] but i am having a stupid problem [20:22] du and sort it by name [20:22] I might be able to help you with a 'simple' one [20:23] so for example [20:23] du -h --max-depth=1 --exclude "./.*" | sort [20:23] try that on your laptop and you will see [20:24] crap got it to work [20:24] but open for other ideas ;) [20:30] You can base other parameters to sort it by size and all with still displaying the name, not sure exactly what you really need. [20:38] i actullay found something simple [20:39] du -h --max-depth=1 --exclude "./.*" | sort -k2 [20:39] -k2 sorts it by the 2nd column, which is the name [20:40] you can still send me yours itnet7 [20:58] ghuru: I pm'd you the one that I have used in the past, might not be what you're looking for