Guest User

Untitled

a guest
Feb 21st, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. awk 'BEGIN { /* print initial header */ } (NR - 1) % 72 == 0 { /* print footer; print next page header */} { /* action */ } END { /* print footer */ }' /path/to/file
Add Comment
Please, Sign In to add comment