verify large directory after copy files
###
### Replace /path/to/original with the path of the original directory you copied.
### Replace /path/to/destination with the path of the destination directory you copied to.
### Replace <first-common-ancestor> with the common ancestor directory between both. Example: you are copying from /media/foo/bar to /media/test/dst/, so that dst, after the copy operation is done, has the directory bar. The first common ancestor is bar here; because all files under bar will have the same relative path.
###
find /path/to/original -type f -exec bash -c 'diff -rq --no-dereference "$@" "/path/to/destination/$(sed -r "s/^.*(<first-common-ancestor>.*)$/\1/g" <<<"$@")"' bash {} \;
Also in C++:
- most git libya
- how to uninstall all plugins in ionic app
- how to set global github username and password in git
- react-laag
- view log apache 2
- install sass
- installing nvm on ubuntu 18.04
- powershell delete columns in multiple csv files
- display docker networks
- remove iptables rule
- git create and checkout branch
- how to calculate nearest location using longitude and latitude
- psycopg2 error install
- how to install bootstrap in react
- git link local branch to remote branch
- git prune doesnt work
- git exclude some files from git commit
- how to add ca to linux
- sed pipe output
- cli generate random string
- bash remove duplicate lines from a file
- bash add text to the beginning or end of every line
- pushing to github
- git diff current repo and other branch