This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
84490858f9
NetBSD
/
dist
/
ntp
/
scripts
/
stats
/
dupe.awk
9 lines
79 B
Awk
Executable File
Raw
Blame
History
#
# delete duplicate lines
#
{
if
(
old
!=
$
0
)
printf
"%s\n"
,
$
0
old
=
$
0
}
Reference in New Issue
View Git Blame
Copy Permalink