Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to create a hash file and verify it

md5sum <filename>

#To send the output in another file
md5sum <filename> > <filename.md5>

#To verify the hash is correct
md5sum -c <filename.md5>
Comment

PREVIOUS NEXT
Code Example
Shell :: carriage return in bat file 
Shell :: windows command count output lines 
Shell :: Find specific directory in specific path in linux 
Shell :: find #SUID 
Shell :: stash recrusive submodules 
Shell :: install laravel admin panel with laravel 9 
Shell :: fish function to change php version devilbox .env 
Shell :: applicare o salvare file su kubernetes 
Shell :: what is /bin/ash 
Shell :: insert csv to hive table 
Shell :: assign diff result into a variable in shell script 
Shell :: git submodule push 
Shell :: influxdb save time range to csv 
Shell :: find and rm files 
Shell :: rsync limit download 
Shell :: Installing craftable 
Shell :: how to get the group name of a project in gitlab 
Shell :: executable post recieve git hook 
Shell :: Wallpaper kali 
Shell :: DISABLE_DATABASE_ENVIRONMENT_CHECK=1 
Shell :: bash pause in file read line by line 
Shell :: Cherrry pick and commit the changes to new branch 
Shell :: unorm npm 
Shell :: top commiters in nepal github 
Shell :: oracle number of cpus 
Shell :: Accessing .NET components from Powershell 
Shell :: pip install chart.js 
Shell :: restart iis 
Shell :: update component tns-android 
Shell :: powershell try catch connect-viserver 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =