Thanks for your reply. Yeah, I don't know where the underscore went either. When I run that command, it doesn't just error out with the "Rekha.ttfc" error I mentioned before, but rather it appears to error out with all the fonts. I only included one before in my previous comment because there's hundreds of them, but here's a bit longer example of my terminal window output with the command I enter and the errors:
fox@fox-HP-ProBook-640-G4:~$ find /usr/share -type f -name *.ttf -print0 | xargs -0 -I _ cp _ ~/.wine/drive_c/windows/Fonts/
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/padauk/Padauk-Bold.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/padauk/PadaukBook-Regular.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/padauk/PadaukBook-Bold.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/padauk/Padauk-Regular.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/inter-zorin-os/Inter-Black.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/inter-zorin-os/Inter-ExtraLightItalic.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/inter-zorin-os/Inter-ExtraBoldItalic.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/inter-zorin-os/Inter-SemiBoldItalic.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/inter-zorin-os/Inter-ExtraLight.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/inter-zorin-os/Inter-SemiBold.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/inter-zorin-os/Inter-BlackItalic.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/inter-zorin-os/Inter-Light.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/inter-zorin-os/Inter-ExtraBold.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/inter-zorin-os/Inter-LightItalic.ttfc/windows/Fonts/': No such file or directory
cp: cannot create regular file '/home/fox/.wine/drive/usr/share/fonts/truetype/inter-zorin-os/Inter-Thin.ttfc/windows/Fonts/': No such file or directory
It literally just goes on and on from there. Could the original command be wrong in some way? Maybe the person who wrote it on the other forum page made a mistake when copying it to the forums? Or maybe the missing underscore has to do with the two underscores around the "cp" command? Any thoughts?