Hi Guys,
I'm trying to "diff" between 2 directories.
And I wanna get the returns which files is different
I've tried :
diff -r dir1 dir2
but the result is too much, I got every single characters different in the file. But I just need which files. That's all.
I've looked in man diff but no luck
Thanks guys,
I'm trying to "diff" between 2 directories.
And I wanna get the returns which files is different
I've tried :
diff -r dir1 dir2
but the result is too much, I got every single characters different in the file. But I just need which files. That's all.
I've looked in man diff but no luck
Thanks guys,