GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Added README to Goertzel
[mirrors/Programs.git]
/
misc
/
eset
/
lsort.sh
Commit
Line
Data
21c4e167
H
1
#!/bin/bash
2
3
cat "$1" | while read line; do
4
len=$(echo -n "$line" | wc -c);
5
echo "$len $line";
6
done | sort -nr | cut -d ' ' -f 2-
This page took
0.151834 seconds
and
4
git commands to generate.