From 4cf2f5637d97808fe0bc09809d7e6ba991b63e89 Mon Sep 17 00:00:00 2001 From: hannes Date: Wed, 4 Apr 2018 15:24:01 -0700 Subject: [PATCH] Update findAndReplace.sh --- findAndReplace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/findAndReplace.sh b/findAndReplace.sh index 204c8d2..c5ef08e 100644 --- a/findAndReplace.sh +++ b/findAndReplace.sh @@ -5,7 +5,7 @@ # Author: Hannes Bohnengel # Last modified: 04/04/2018 # Required pkgs: sed -# CLI usage: findAndReplace.sh +# CLI usage: findAndReplace.sh filename stringToBeReplaced newString # Description: This shell script eases the use of sed # to find and replace strings in text files. # http://clubmate.fi/replace-strings-in-files-with-the-sed-bash-command/