powershell delete files older than 15 days
Get-ChildItem "C:\temp" -Recurse -File | Where CreationTime -lt (Get-Date).AddDays(-15) | Remove-Item -Force
Also in C++:
- micro linux
- deleted ssh folder?
- apply gitignore after commit
- delete all files smaller than a certain size linux
- ubuntu set new default terminal
- install zsh hyper mac
- install tar.xz in ubuntu
- install gron
- sed tab to space
- ubuntu uninstall chrome
- certbot list all domains
- git push specific branch
- install atom ubuntu terminal
- remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
- git branch specific files
- if dir bash
- django
- github command for adding all files
- find next greater number with same digits
- how to kill a process with linux
- shell script current time
- ln -sf linux
- psycopg2 error install
- how to switch branch