How strong is chatgpt using it as a search engine
Jump to navigation
Jump to search
我 | hi, I use a Linux command "find". How to use find to locate a .jpg file modified probably from 2022-05-07 to 2022-06-06? |
ChatGPT |
You can use the find /path/to/search -type f -name "*.jpg" -newermt 2022-05-07 ! -newermt 2022-06-07
Here's what this command does:
When you run this command, it will list all |