Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • note that comma is a valid character in a filename, so anything using this could break if either or both of old and new directory names contain a comma. Actually, it's easy enough to deal with the new dir having a comma (just limit the field split to the first comma only), but not if the old dir has one...and not if you can't tell which one is supposed to have an embedded comma. Probably safest just to report an error if there are > 1 commas in the input and continue to the next line. Commented Sep 28, 2019 at 2:51