Skip to content

Conversation

@skellix
Copy link

@skellix skellix commented Jun 7, 2017

using:
awk -F" " '{print $1 "|" $2}'`
will break when a file name contains one or more spaces as $2 will only get the part before the space.
This also applies to the svn add, svn rm, and svn up commands.

using:
awk -F" " '{print $1 "|" $2}'`
will break when a file name contains one or more spaces as $2 will only get the part before the space.
This also applies to the svn add, avn rm, and svn up commands.
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