index
:
slackpkg
15.0.x
2.83.x
dive
experimental
master
whitespace
slackpkg (fork of piterpunk's slackpkg)
rworkman@slackware.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
files
/
cutpkg.awk
blob: d4cc57cf6908246347a90916166b3c952cf16eb4 (
plain
)
1
2
3
4
5
6
OFS
=
"-"
{
if
(
NF
>
3
) {
NF
=
NF
-
3
}
}
1