But diff itself has flag which will compare files line by line.
diff -ay file1 file2 | less
A few Day-to-Day life tricks of Linux.
diff -ay file1 file2 | less
yum install httpd
ln -s /directory_to_share /var/www/directory_to_share
chmod 777 /directory_to_share
service httpd restart
[root@euclid ~]# virsh list
Id Name State
----------------------------------
4 veuler running
[root@gauss ~]# virsh list
Id Name State
----------------------------------
[root@euclid ~]# virsh migrate --live veuler qemu+ssh://gauss/system
root@gauss's password: *****
[root@euclid ~]# virsh list
Id Name State
----------------------------------
[root@gauss ~]# virsh list
Id Name State
----------------------------------
4 veuler running
losetup -f
losetup /dev/loop0 harshal.qcow
kaprtx -av /dev/loop0
vgscan
vgchange -ay vg_harshal
lvdisplay
mount /dev/vg_harshal/root1 /mount_point
umount /mount_point
vgchange -an vg_harshal
kpartx -dv /dev/loop0
losetup -d /dev/loop0