Computer Science, asked by rajabunisha03506, 5 hours ago

Write the steps for searching a file using wildcard characters with one example​

Answers

Answered by naareenomer
3

u dont use wildcard characters

Answered by devindersaroha43
2

Answer:

Explanation:

You can use the asterisk ( * ) and the question mark ( ? ) anywhere in a search, and you can also use them together. For example, if you want to find all the files that start with home , followed by one or two characters, and ending with any extension, enter home??. * as your search term.

Similar questions