Hi,
I am trying to format source code using astyle. So far it all works great, but i have not yet been able to remove empty lines from the code.
Is there any command to remove blank lines, either using astyle or an other program? I was thinking of something like this:
Code:
cat origianl.code | {program_here} | astyle --style=java -T > nice.code
Thanks!