Greetings, Will Parsons! > I thought it would be nice to write a simple script to make this more > comprehensible by breaking the path into separate lines, and so wrote the > following trivial script:
> #!/bin/sh > echo $PATH | tr ':' '\n' Try echo "$PATH" next time. Never trust random variables to be acceptable for command parameters. -- With best regards, Andrey Repin Monday, November 6, 2017 05:41:26 Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

