removing files based on their date
Everything (almost) can be done by the find command:
finding in the current directory (.) all files containing a lock pattern:
find . -name *lock*
Everything (almost) can be done by the find command:
finding in the current directory (.) all files containing a lock pattern:
find . -name *lock*
Comments
Comments powered by Disqus