I've tried to design a filter that drops trailing spaces (if any) from an input line.<br><br>for example, I have an imput similar to "this is a test. " and convert it to "this is a test." I alredy tried using something like tr ' ' '??' but tr...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.