I use this often when drafting network device config, converting some plain text to CSV, etc, but not often enough that I always remember the exact process
With Regex as search method
Find:
[ \t]+\n
Replace:
\n
This blog provides information about my networking projects with step-by-step implementation instructions. It is largely a repository for my own documentation.
Alright, here is the background. Recently I was working on migrating a few locations off of bog standard Microsoft Windows DHCP server to ...
No comments:
Post a Comment