Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to create a hash file using SHA256 sum and save it in a file

shasum -a file.txt > file.txt.sha256

#To verify
shasum -c file.txt.sha256

#To output the file content
cat file.txt.sha256
Comment

PREVIOUS NEXT
Code Example
Shell :: "mkdir -p" exemple 
Shell :: CMake 3.16.0 or higher is required. You are running version 3.10.2 
Shell :: Install the package to configure and build kernel 
Shell :: Linux UTF-8 
Shell :: show the number of stars in readme github 
Shell :: xrand 2 monitors as one 
Shell :: windows powershell the operation requires elevation 
Shell :: dpkg --configure -a » pour corriger le problème. 
Shell :: get nsg of vm az 
Shell :: How to install google consent script for CMP banner 
Shell :: git merge branch not including all the file 
Shell :: export VARs into you local env 
Shell :: cd to a sub-directory 
Shell :: see what is through an archive 
Shell :: gitlab local runner run all jobs 
Shell :: linux logrotate output of command 
Shell :: kompozer download ubuntu 
Shell :: ssh to gcp vm 
Shell :: install rar, unrar on fedora 
Shell :: how to get device name in lsusb 
Shell :: yp-err-stack-error-access-permission-denied-mkdir-var-www-project-name-no 
Shell :: ebola 
Shell :: How to grep for value in a key-value 
Shell :: top command details 
Shell :: xfce4-notes install 
Shell :: press return to continue linux which key should I press 
Shell :: how to revert force push git 
Shell :: how to chop large sequences in linux 
Shell :: check age of git branch 
Shell :: ifconfig wlan0 hw ether not working 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =