I Have Problem With this command "hugo new site **** -f yml" can any one help

I Run hugo new site Core5 -f yml
and this is the out put:

Congratulations! Your new Hugo site is created in C:\Users\El Motaz Billa Malih\Desktop\c\Core5.

Just a few more steps and you're ready to go:

1. Download a theme into the same-named folder.
   Choose a theme from https://themes.gohugo.io/ or
   create your own with the "hugo new theme <THEMENAME>" command.
2. Perhaps you want to add some content. You can add single files
   with "hugo new <SECTIONNAME>\<FILENAME>.<FORMAT>".
3. Start the built-in live server via "hugo server".

Visit https://gohugo.io/ for quickstart guide and full documentation.

but i can’t find the site folder in that path in the out put
any help please ?

You have to search for directory Core5 (without trailing dot):

C:\Users\El Motaz Billa Malih\Desktop\c\Core5

A quick look in the sources reveals why a dot appears at the end of the message:

jww.FEEDBACK.Printf("Congratulations! Your new Hugo site is created in %s.\n\n", basepath)

We should better use %q instead of %s here. Or we omit the trailing dot. Does this qualify for a PR? WDYT?

I would say no.

Thanks for your time to help. but i search for it without Dot. and i cant find it. im opening terminal in the folder where i need my site folder but not working