Skip to content

Instantly share code, notes, and snippets.

#deletes all files in the current directory except 5.txt)
rm -rf $(ls | grep -v 5.txt)
@echo off
rmdir /S /Q "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\"
PAUSE