index
:
current
13.0
13.1
13.37
14.0
14.1
14.2
15.0
master
Tracking development of slackware-current
khronosschoty@posteo.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
ap
/
slackpkg
/
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 } }