Files
2021-08-03 11:42:25 +02:00

6 lines
85 B
Awk

#!/bin/awk -f
# 5 lines 1 code 3 comments 1 blanks
# This is a comment
{ print $0 }