Search results

  1. cyrilpetit

    find and replace string with regexp in multiple files using ack

    Ok, you ARE a wizard. Thanks a lot !!!! Its works perfectly. Knowing regexp is like having superpowers.
  2. cyrilpetit

    find and replace string with regexp in multiple files using ack

    Thanks rdrtx1 ! Can this command line work recursively through folders ?
  3. cyrilpetit

    find and replace string with regexp in multiple files using ack

    Any great command line experts could suggest a solution ? Thanks !
  4. cyrilpetit

    find and replace string with regexp in multiple files using ack

    Hi everyone ! I successfully can find unquoted string in my php files, recursively, with this command line: ack --heading --php "\[[a-zA-Z0-9_]*]" But then, now, how to add quotes to this string ? (FYI, My goal is to replace all constant in my php files, recursively to get rid of the Warning...
Top