This blog has content related to Linux, Apache, MySQL, PHP, Perl, CSS, JavaScript and Free software/open source.
Better way of doing the same thing :-)cat filename | perl -ne 'next if /^\s*$/; print;'
Better way of doing the same thing :-)
ReplyDeletecat filename | perl -ne 'next if /^\s*$/; print;'