File: t4.awk

package info (click to toggle)
btest 0.72-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,208 kB
  • sloc: python: 2,187; sh: 547; makefile: 165; xml: 12; awk: 1
file content (3 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (5)
1
2
3
# @TEST-EXEC: ls -a ~ | awk -f %INPUT >dots
# @TEST-EXEC: btest-diff dots
/\.*/ { print $1 }