Skip to content

Bugfix trailing and leading chars#23

Open
stevegroom wants to merge 1 commit into
UoE-macOS:masterfrom
stevegroom:patch-1
Open

Bugfix trailing and leading chars#23
stevegroom wants to merge 1 commit into
UoE-macOS:masterfrom
stevegroom:patch-1

Conversation

@stevegroom

Copy link
Copy Markdown

Trailing chars unnecessarily was changing all . to - in the file name.
"this.file.txt " was renamed to "this-file-txt"
Leading chars sed command was too greedy
" this file.txt" was renamed to "his file.txt"

Trailing chars unnecessarily was changing all . to - in the file name.
"this.file.txt " was renamed to "this-file-txt"
Leading chars sed command was too greedy 
" this file.txt" was renamed to "his file.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant