nubbins.md (183B)
1 # nubbins 2 3 ### compare contents of two directories 4 ``` 5 for f in $(find dir1/ -type f | awk -F/ '{print $NF}') ; do 6 find dir2/ -type f -name "$f" -exec echo {} is in both \; 7 done 8 ```
![]() | grimoirepersonal wiki |
git clone git://git.pyratebeard.net/grimoire.git | |
Log | Files | Refs |