diff -qr ./<dir1>/ ./<dir2>/
sudo yum install expect -y
unbuffer yamldiff --file1 example1.yaml --file2 example2.yaml | less
sudo yum install colordiff --enablerepo=epel vi ~/.bashrc ---- if $(type colordiff > /dev/null 2>&1);then alias diff='colordiff -u' else alias diff='diff -u' fi ---- source ~/.bashrc
sudo aptitude install colordiff
diff -uBbwE old new
diff -r dir1 dir2
PukiWiki 1.5.3 © 2001-2020 PukiWiki Development Team. Powered by PHP 7.4.33. HTML convert time: 0.071 sec.