awk/testdir/t.comment

6 lines
112 B
Plaintext

# this is a comment line
# so is this
/#/ { print "this one has a # in it: " $0 # comment
print "again:" $0
}