DRX Posted February 21, 2018 Report Share Posted February 21, 2018 Hey guys, Does anyone here know of a tool similar to RapidCRC for linux distributions? Link to comment Share on other sites More sharing options...
sfaxt Posted February 21, 2018 Report Share Posted February 21, 2018 most likely you can just run rapidcrc through wine, if you cant find something else idk of an equivalent ( to read crc from filename and compare, or add crc to filename) 1 Link to comment Share on other sites More sharing options...
DRX Posted February 21, 2018 Author Report Share Posted February 21, 2018 Probably my only option then, thank you for the response Link to comment Share on other sites More sharing options...
Koby Posted February 21, 2018 Report Share Posted February 21, 2018 I don't know of any tool/software, but it can be done via the terminal. To use the command, you first need to install libarchive-zip-perl package. Which can be done using: sudo apt-get install libarchive-zip-perl Then it's as simple as using: crc32 "file" Unfortunately I don't know of a way to run crc check on an entire directory at once or how to automate adding the CRC value to filenames. 1 Link to comment Share on other sites More sharing options...
DRX Posted February 21, 2018 Author Report Share Posted February 21, 2018 Thank you so much @Koby This is perfect 1 Link to comment Share on other sites More sharing options...
blubbso Posted February 22, 2018 Report Share Posted February 22, 2018 22 hours ago, Koby said: Unfortunately I don't know of a way to run crc check on an entire directory Just do crc32 path/to/directory/* or crc32 * while inside the directory. 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now