Awesum is a graphical checksum verification utility. It is very easy to use and includes support for both MD5 and SHA checksum algorithms. Unlike many checksum verification utilities, it features a progress bar that makes working with large files (such as CD-ROM ISO images) much more bearable.
Re: Other way to do it > Hi, well, maybe you already know this, > but under bash with the extglob shell > option enabled, you can do this: > > rm !(file1 file2) > ...