Sunday, July 20, 2014

Compare difference of two folders in Linux




Compare difference of two folders in Linux, for example test and test.old directories, using -rq in diff

diff  -rq  test test.old

change permission of folder and its sub folders, for example test folder, using -R in chmod:

chmod  -R  755 test

No comments:

Post a Comment