” “” What's the difference between one and two?
-
- Posts: 15
- Joined: Thu Sep 14, 2023 12:52 pm
” “” What's the difference between one and two?
When searching for filenames and directories with spaces, we use quotation marks. I found that when I entered the first quotation mark and the file or directory name, the results were displayed. You can omit the quotes at the end, right?
Re: ” “” What's the difference between one and two?
Correct.
Everything is not going to force you to add the trailing double quote (")
Everything tries to be as forgiving as possible.
Basically, the rest of your search after the first " will be treated literally.
Everything is not going to force you to add the trailing double quote (")
Everything tries to be as forgiving as possible.
Basically, the rest of your search after the first " will be treated literally.
-
- Posts: 15
- Joined: Thu Sep 14, 2023 12:52 pm