Hi Guys,
Am i not sure if anyone has a solution for this.
But I am not able to get any output when i run the linux find command with the "-ls" flag through a script.
find . -maxdepth 1 -type f -name "*.xml" -mmin 600 -ls
Running the "find" command without "ls" flag seem to work fine
find . -maxdepth 1 -type f -name "*.xml" -mmin 600
Is there some sort of limitations when it comes to scripted inputs
Sam
↧