SchTasks /Create /SC WEEKLY /D THU /TN “COPY_FILE1” /TR “c:\alin\A-score\ASCORE\copy.bat” /ST 21:48
Category Archives: Uncategorized
Sed to strip block text in file
$ cat test.txt
abc
<!-- BOF block -->
... a whole bunch of stuff
<!-- EOF block -->
def
$ sed '/<!-- BOF block -->/,/<!-- EOF block -->/d' test.txt
abc
def
Hello world!
Welcome to Nextdoor Talent. This is your first post. Edit or delete it, then start blogging!