Horje
how compare 2 file size in bash Code Example
how compare 2 file size in bash
I=`wc -c $i | cut -d' ' -f1`
J=`wc -c $j | cut -d' ' -f1`
if [ $I -eq $J ]
then
      echo $i $j >> $1.pares
fi




Shell

Related
install cockroachdb linux Code Example install cockroachdb linux Code Example
how to ping and know if the target is alive Kali Linux Code Example how to ping and know if the target is alive Kali Linux Code Example
how to sudo reboot on raspberry pi Code Example how to sudo reboot on raspberry pi Code Example
Django for Beginners Code Example Django for Beginners Code Example
linux date command live update Code Example linux date command live update Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14