Topic starter
01/08/2019 4:41 pm
I am writing a shell script which counts the no. of files and directories and delete it if it is more than 90 days. I used “find” command with mtime option.
ERROR:
/usr/bin/find: Argument list too long
I am writing a shell script which counts the no. of files and directories and delete it if it is more than 90 days. I used “find” command with mtime option.
ERROR:
/usr/bin/find: Argument list too long