TEXT   63
cd path ZendFramework library
Guest on 10th February 2023 02:20:07 PM


  1. % cd path/to/ZendFramework/library
  2. % find . -name '*.php' -not -wholename '*/Loader/Autoloader.php' \
  3.   -not -wholename '*/Application.php' -print0 | \
  4.   xargs -0 sed --regexp-extended --in-place 's/(require_once)/\/\/ \1/g'

Raw Paste

Login or Register to edit or fork this paste. It's free.