Skip to content

Instantly share code, notes, and snippets.

@jorgemanrubia
Created January 15, 2023 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorgemanrubia/faea40d1a0b9f5218e7974d06a785f13 to your computer and use it in GitHub Desktop.
Save jorgemanrubia/faea40d1a0b9f5218e7974d06a785f13 to your computer and use it in GitHub Desktop.
ChatGPT prompt 4
ls -tp /path/to/directory | grep '/$' | tail -n +11 | xargs -I{} rm -r /path/to/directory/{}
could you rewrite that as a single-line command to run a directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment