awk/testdir/t.comment

6 lines
112 B
Plaintext
Raw Normal View History

2019-06-23 09:13:57 +00:00
# this is a comment line
# so is this
/#/ { print "this one has a # in it: " $0 # comment
print "again:" $0
}