From 4f92e10f4f35b3d0a0387b1aed21826ff8bb963a Mon Sep 17 00:00:00 2001 From: "Gun.io Whitespace Robot" Date: Sun, 30 Oct 2011 02:25:34 -0400 Subject: [PATCH] Remove whitespace [Gun.io WhitespaceBot] --- .gitignore | 20 ++++++++++++++++++++ README | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac8f968 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so +*.pyc + +# Logs and databases # +###################### +*.log + +# OS generated files # +###################### +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db diff --git a/README b/README index 2373b92..f438c81 100644 --- a/README +++ b/README @@ -28,7 +28,7 @@ find . -ipath './MY_DIRECTORY/FOOBAR/*/*.MY_EXTENSION' -exec perl -pi -e 's/MY_O # replace string in files which strings match in files find . -ipath './merlin-data/src/*/*.xml' -exec perl -pi -e 's/http:\/\/hibernate.sourceforge.net\//http:\/\/www.hibernate.org\/dtd\//' {} \; -# Another way to replace string in files +# Another way to replace string in files perl -p -i -e 's/relativePath>../relativePath>..\/../g' `find ./ -name pom.xml` # delete files recursively @@ -54,7 +54,7 @@ Bash relatives ============= # Delete last word from command line -CTRL + W +CTRL + W # Delate current line from command line CTRL + U