Files
2023-10-13 14:01:41 +00:00

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
}