ensure all files end with line feed
command form this time was git ls-files '*.jsp' | while read f; do tail -n1 $f | read -r _ || echo >> $f; done
Showing
This diff is collapsed.
Please register or sign in to comment
command form this time was git ls-files '*.jsp' | while read f; do tail -n1 $f | read -r _ || echo >> $f; done
Technounit-GROUP 2023