| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Apr 25 at 14:44 | |
| stats | profile views | 1 |
|
Mar 9 |
awarded | Supporter |
|
Mar 9 |
awarded | Scholar |
|
Mar 9 |
accepted | Calculating total file size by extension in shell |
|
Mar 7 |
comment |
Calculating total file size by extension in shell Ubuntu Lucid - it's just on the larger numbers (Gigabytes in size), perhaps over an int32. |
|
Mar 7 |
comment |
Calculating total file size by extension in shell slightly tweaked to just give plain integer numbers: find . -name "*${ft}" -print0 | xargs -0 du -c | grep total | awk '{print $1}' |
|
Mar 7 |
comment |
Calculating total file size by extension in shell great thanks. awk produces scientific output for some of the numbers, can this be disabled: .fdt 3.15152e+10 |
|
Mar 7 |
comment |
Calculating total file size by extension in shell Total file size please. |
|
Mar 7 |
comment |
Calculating total file size by extension in shell This is a count by number of files, not what I was asking - I'd like a total by size. |
|
Mar 7 |
comment |
Calculating total file size by extension in shell Thanks, was looking for something that summarized by any extension (as it'd be handy to then sort for example) |
|
Mar 7 |
awarded | Student |
|
Mar 7 |
asked | Calculating total file size by extension in shell |