Hi, I'm trying to write a shell script that copies a file to:
~/.wine/drive_c/windows/profiles/<USERNAME>/Application Data/test
I can use ~ to get to the users home dir no problem, but I need to find out their username so that I know which subfolder to place the file into.
Thanks if anyone can help