File: index.awk

package info (click to toggle)
libticables3 3.8.9-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,660 kB
  • ctags: 2,190
  • sloc: ansic: 16,302; sh: 9,292; makefile: 517; yacc: 288; awk: 145; sed: 16
file content (4 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (7)
1
2
3
4
#! /usr/bin/awk
# index - generate the list of files

NF > 2 { gsub(/.txt/, "", $8); print ($8)}