Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. foreach ($line in get-content .\_index.html) {
  2. if (($line + 1) -match "\<body\>") {$line } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement