Skip to content

Instantly share code, notes, and snippets.

@jarrensj
Created October 10, 2025 02:06
Show Gist options
  • Select an option

  • Save jarrensj/de1bf1b380b83f97e7f01442e2239807 to your computer and use it in GitHub Desktop.

Select an option

Save jarrensj/de1bf1b380b83f97e7f01442e2239807 to your computer and use it in GitHub Desktop.
rm -rf ~/Desktop/Screen\ Recording\ 20*
@jarrensj
Copy link
Copy Markdown
Author

Delete today's screenshots and screen recordings in the Desktop folder

rm -rf ~/Desktop/"Screen Recording $(date +%Y-%m-%d)"* ~/Desktop/"Screenshot $(date +%Y-%m-%d)"*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment