Well, that was a rather useful CLI construct 😎🤓
find . -type f -exec grep -q "string_I_am_looking_for" {} \; -exec emacs {} \;
#linux #geek #emacs #fileediting #clipower #devops
2
0
1
0
Latest posts tagged with #FileEditing on Bluesky
Well, that was a rather useful CLI construct 😎🤓
find . -type f -exec grep -q "string_I_am_looking_for" {} \; -exec emacs {} \;
#linux #geek #emacs #fileediting #clipower #devops
Disable file editing from the WordPress admin panel. Add define( 'DISALLOW_FILE_EDIT', true ); to your wp-config.php file to enhance security.
#WordPressSecurity #FileEditing #SecureSite #CyberSecurity #WordPressTips #WebSafety #WebsiteSecurity