Here is a command line method to replace a string in multiple files in the current and sub directories.
Continue reading “String replace in multiple files using a recursive file search”
Tag: command
Get list of modified files in directory
Here is a command to get a list of modified files in a directory and subdirectories;
Continue reading “Get list of modified files in directory”
Debugging PHP by monitoring errors in terminal
This is a super simple command but there is something about the following sequence of characters that I simply cannot retain in my brain.
Continue reading “Debugging PHP by monitoring errors in terminal”