⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

The replace script should look recursively through the given path (that is, in all files and directories, and in directories beneath those) for any filename and/or file contents that match oldpattern and replace it with newpattern.

License

Notifications You must be signed in to change notification settings

braidynbritt/replace-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

replace-script

The replace script should look recursively through the given path (that is, in all files and directories, and in directories beneath those) for any filename and/or file contents that match oldpattern and replace it with newpattern.

Make sure to make the files executable if needed.

run-test

The run-test script creates or deletes a series of directories then two java files to be use the replace-script file on.

Syntax

run-test: ./run-test [teardown | setup]

replace: ./replace [PATH OLDPATTERN NEWPATTERN]

About

The replace script should look recursively through the given path (that is, in all files and directories, and in directories beneath those) for any filename and/or file contents that match oldpattern and replace it with newpattern.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published