(no title)
tyushk | 11 months ago
I didn't realize just how big the difference was until I tested it.
"How do I clear a directory of all executable files on Debian?"
Gemini 2.0 Flash: (responses manually formatted)
find /path/to/directory -type f -executable -delete
Replace /path/to/directory with the actual path.
ChatGPT: (full link [1]) To clear (delete) all executable files from a directory on Debian (or any Linux system), you can use the find command. Here's a safe and effective way to do it:
# [checkmark emoji] Command to delete all executable files in a directory (not recursively): [..]
# [magnifying glass emoji] Want to preview before deleting? [..]
# [caution sign emoji] Caution: [..]
[1] https://chatgpt.com/share/67f055c8-4cc0-8003-85a6-bc1c7eadcc...
dartos|11 months ago
Google never seemed to personify theirs, IIRC. They always presented their AI tools in a utilitarian way.