> How do I find the list of all files modified since yesterday? I know one
> option would be

try man ls

ls -t | grep `date`
-t     sort by modification time

Derwyn

--
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to