I am trying to find the difference between two files which are at different paths.
For example, abc.txt
is at home folder and the abc2.txt
is at desktop in ubuntu os
How can I find the difference between these two files "abc.txt
and abc2.txt
" through command line?
This is the command I tried in my system
diff abc.txt /home/abc/desktop/abc2.txt