3
votes
3answers
3k views

How can I recursively bzip2 all files that aren't bzipped?

How can I recursively bzip2 all files that does not end with the .bz2 extension in Linux? Thanks.