GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added some hexadecimal display capabilities to aclox ascii clock
[mirrors/Programs.git]
/
misc
/
eset
/
lsort.sh
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.805242 seconds
and
4
git commands to generate.