Skip to content
Snippets Groups Projects
Commit b4a4e73c authored by David Trudgian's avatar David Trudgian
Browse files

Splitting on uppercase, not lowercase

parent bb4b60f6
Branches
No related merge requests found
......@@ -43,7 +43,7 @@ process tolines {
file "${uppercase.name}.tolines" into tolines
"""
cat "$uppercase" | tr -cs "a-z'" "\012" > "${uppercase.name}.tolines"
cat "$uppercase" | tr -cs "A-Z'" "\012" > "${uppercase.name}.tolines"
"""
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment