Ok, i want to find out if a file contain this string on the first line...

~~~blah blah blah~~~

(Any thing can be on the next lines)

And if it does delete it from the file, and make the line after that line the first line.

Any ideas?