I'm starting out on some Linux bash scripting and I'm trying to get the username so I can cd to that user's Desktop:
cd /home/$(user I'm currently using)/Desktop
The code should be similar to the above to my understanding. What kind of terminal command would return just the name of the user I'm using?