Some environments or programs don't like whitespace. If you have Linux/Unix environment, you can use sed to remove BOTH leading and trailing whitespace from each line of the file. sed -e ...
Read moreSubscribe to AfterDawn's weekly newsletter.
Some environments or programs don't like whitespace. If you have Linux/Unix environment, you can use sed to remove BOTH leading and trailing whitespace from each line of the file. sed -e ...
Read more