⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (296 Bytes)
Bug #13412
» bug_stat.sh
wanabe (_ wanabe)
, 04/16/2017 03:05 AM
#!/bin/sh
./miniruby
-v
ls
bug.
*
.txt|sed
-e
's/[0-9]\+/*/'
|sort|uniq
-c
|
while
read
l
;
do
echo
"
$l
"
files
=
$(
echo
"
$l
"
|sed
-e
's/.* \([^ ]*\)$/\1/'
)
grep
-h
"^#0 "
$files
|
sed
-e
's/^#0 .* in \([^ ]*\) ([^)]*) at \(.*\)/#0 \1 at \2/'
|
sort
|
uniq
-c
|
sort
-n
|
tac
done
« Previous
1
…
4
5
6
7
8
…
13
Next »
(6-6/13)
Loading...