index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
lib
/
dist.old
/
logtime.awk
blob: f974f8db61088b48c34e947a89483aaa6d3a1885 (
plain
)
1
2
3
{
printf
(
"%s %d %s\n"
,
t
,
NR
,
$
0
);
}