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