Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
I'm looking a command to get files of a certain date. I was going to use ls -l | grep "Feb 23", but that wouldn't work when files are exactly a year old (Feb 23 2006) - it would still pick them up.
How? Can you give me an example because I doubt -mtime or -ctime will work since they find files on age, not a certain date i.e. using find . -ctime +24 will give me files today plus files yesterday (if you understand what I'm saying).
I suppose I can still try the find, go in tomorrow and check if the +/- ranges are allowed... can't see why not. Thanks. If there is a more elegant approach, someone can always chime in 🙂
No, doesn't work for the reason that when you do mtime, it will find results from that point entering the command, to the same 24hrs ago, or whatever the argument is. It will not give me a "all day" results, i.e. yesterday, the find mtime will give me bits inbetween.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.