gethryn / doubleL

Perl to restore LL to batch of text files where second L is replaced by space
0 stars 0 forks source link

doubleL

Perl script to restore LL to batch of text files where second L is replaced by space. The github url is https://github.com/gethryn/doubleL.

Run the Cleaning Script (works with multiple files):

The script will automatically use the filename doubleL_words.txt for the list of LL words. If you want to specify a different one, just give the name after the perl script name in the command line: perl fixDoubleL_batch.pl other_LL_file.txt.

Git Instructions to Publish Your Changes:

Git Instructions Pull down the latest files from the server.

If you get an error that the information on your machine is newer than server local copy (see below), just run git push to send your changes to the server, and then run git pull again. You don't need to worry about one overwriting the other. Git will merge the changes as long as we haven't bioth changed the same part of a file.

 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'git@github.com:gethryn/doubleL.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

What directory am I in? Get me home!

For Geth's reference later