Hey Everyone,
ORIGINAL="Library/Internet Plug-Ins"
COPY="/MyStuff/watch/Internet Plug-Ins"
The ORGININAL directory has extra files there so when I run the
command below, I'd expect it the find the differences between the 2
variables but it doesn't. Any help is appreciated. I'm thinking, it is not handling the spaces correctly with the directory names.
sudo diff -r $ORIGINAL $COPY >> $CHANG
Thanks!
ORIGINAL="Library/Internet Plug-Ins"
COPY="/MyStuff/watch/Internet Plug-Ins"
The ORGININAL directory has extra files there so when I run the
command below, I'd expect it the find the differences between the 2
variables but it doesn't. Any help is appreciated. I'm thinking, it is not handling the spaces correctly with the directory names.
sudo diff -r $ORIGINAL $COPY >> $CHANG
Thanks!