Most of the time a finde -mtime x does a good job. But it not always return the expected results 🙁 But you just need to use on of the other options 🙂
find -newermt '2016-08-01T00:00:00'
Will return all files modified since the give timestamp.
Some code snippets which I need in my daily life
Most of the time a finde -mtime x does a good job. But it not always return the expected results 🙁 But you just need to use on of the other options 🙂
find -newermt '2016-08-01T00:00:00'
Will return all files modified since the give timestamp.
While trying to run an Windows Universal App on a Windows 10 Emulator I got this error message:
Microsoft Synthetic 3D Display Controller: Failed to Power on with Error 'Insufficient system resources exist to complete the requested service.' (0x800705AA).
Ups!
Quick Solution:
Now it should work.