From 955a5f895800b22152cec18afeef82025d058500 Mon Sep 17 00:00:00 2001 From: Research & Destroy <126546360+ResearchandDestroy@users.noreply.github.com> Date: Sun, 20 Aug 2023 08:44:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42645f8..a1b048a 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ Merging a Database (One at a Time) into a New Database File ./DorXNG.py -d new-database.db -m dorxng.db ``` -Merge All Database Files in a Directory into a New Database File +Merge All Database Files in the Current Working Directory into a New Database File ``` for i in `ls *.db`; do ./DorXNG.py -d new-database.db -m $i; done ```