Thursday, January 13, 2022

DC MAC OS GRAY SCREEN


 Discord cache Macos

How to clear Discord cache on macOS
  1. Open Finder and select the Go dropdown.
  2. Select Go to folder and enter ~/Library/Application Support/discord/
  3. Select the Cache, Code Cache, and GPUCache folders.
  4. Right-click and select Move to Bin.
  5. I deleted everthin

file tree for nodejs project

 find . \( -path "*/node_modules" -o -path "*/.git" \) -prune -o -print | tree -a -I 'node_modules|.git'