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: 62aaad7379df416a288b6dd553e1aa4351e49b25 (
plain
)
1
2
3
4
5
6
7
8
OFS
=
"-"
{
if
(
NF
>
3
) {
NF
=
NF
-
3
print
$
0
}
else
{
print
$
0
}
}