summaryrefslogtreecommitdiff
path: root/nonewlines.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nonewlines.sh')
-rw-r--r--nonewlines.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nonewlines.sh b/nonewlines.sh
index e765d64..499b791 100644
--- a/nonewlines.sh
+++ b/nonewlines.sh
@@ -7,6 +7,6 @@ line breaks, saving the result to dirname.txt"
test $# -ne 1 && echo "$usage" && exit 1
d=`dirname "$1"`
-cat "$1"/*txt | tr -d '\n' > "${d}.txt"
+cat "$1"/*.dehyphenated.txt | tr -d '\n' > "${d}.txt"
echo "Saved all text, with no newlines, to ${d}.txt"