File: demo_backslash_in

package info (click to toggle)
runawk 1.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 712 kB
  • sloc: awk: 1,127; ansic: 736; sh: 420; makefile: 103
file content (10 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env runawk

#use "backslash_in.awk"

# This is a demo for backslash_in.awk module
# Input files for this demo: examples/demo_backslash_in.in

{
	print $0
}