Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash compare two lists of checksums

# Example usage:
cat checksum_list_1 checksum_list_2 | sort | uniq -c | sort | less
# This command concatenates the lists, sorts them so that repeated
# checksums are adjactent, adds the count of each, and then sorts them
# again so that highers counts are at the bottom. Normally, when 
# transferring files from A to B, you expect a count of two for each
# file. Counts of one indicate unique md5sums which probably mean there
# was an issue in the transfer
Comment

PREVIOUS NEXT
Code Example
Shell :: bash: ufw : commande introuvable 
Shell :: how to use multiple commands in linux 
Shell :: how understand what files we commited in git 
Shell :: add-apt-repository 
Shell :: django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty 
Shell :: git get username 
Shell :: how install pyqt5 designer 
Shell :: install turtle command 
Shell :: debian kill open port 
Shell :: git unrelated histories 
Shell :: nohup & 2 &1 
Shell :: anbox manjaro 
Shell :: bash script write linux 
Shell :: linux adress is already in use 
Shell :: update hstr editor 
Shell :: gcloud set project 
Shell :: generate password linux 
Shell :: simple way to make a text field to accept numbers only with maximum number of length 13 digit and min 10 
Shell :: linux execute permission denied 
Shell :: update cargo 
Shell :: error Invalid plugin options for "gatsby-plugin-manifest": 
Shell :: apache2 change directory root 
Shell :: pm2 describe process 
Shell :: restart gnome shell 
Shell :: magento 2 reindex command line 
Shell :: Update nvm installed node version and keep globally installed packages 
Shell :: how to make wsl backup 
Shell :: Disable MacBook from Booting Automatically 
Shell :: install solana linux 
Shell :: How to Enable-Migrations? 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =