Quote:
Originally Posted by maxtodoscripts
the scrip is located in a remote server where there is cygwin and i'm trying to use bash...
|
Ok cygwin is another animal...
Try this:
Code:
dir1='Program Files/archive'
cd D:
find "$dir1" -mtime +60 -type f
exit 0
The issue is the space in the name of the "Program Files" directory.
