Introduction Microsoft’s home grown text editor is quite clearly rubbish. Notepad++ however is a great replacement. It allows for the use of regex which in the world of IT can be a massive time saver for repetitive tasks. I’ll keep
Notepad++ Regex examples
Introduction Just a notepad++ regex example for searching netscreen debug traces to start. I’ll update this one as I find other useful examples. Examples: Netscreen Debug Flow To search netscreen debug flow output for particular traffic, try something like: 192.168.53.18/([0-9]+)->192.168.55.242/1984
rsync directory tree including only files that match a certain find result
Introduction If you’ve ever needed to use regex to find specific files in a directory then you’ll know how useful it is and how much time it saves. This is for when you need to then rsync those files to
Notepad++ Useful Find and Replace Examples
Introduction Ever need to remove a load of text from a file in notepad++? I’ll update this with useful ones as I find them. Examples To end up with the NFS path only and remove the highlighted text from multiple