This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4b03b7b92f
freebsd-dev
/
usr.sbin
/
xntpd
/
scripts
/
stats
/
dupe.awk
9 lines
79 B
Awk
Raw
Normal View
History
Unescape
Escape
xntp3.3s from UDel
1994-04-21 00:33:33 +00:00
#
# delete duplicate lines
xntpd 3.3b from UDel
1993-12-21 18:36:48 +00:00
#
{
if
(
old
!=
$
0
)
printf
"%s\n"
,
$
0
old
=
$
0
}
Reference in New Issue
Copy Permalink