Snippets of Computational Biology, Bioinformatics, Productivity and the like
for f in *;do perl -i -ne 'print unless /^$/' ${f};done
for f in *;do perl -i -ne 'print if /\S/' ${f};done
No comments:
Post a Comment