Normally to create a file in a directory I would use:
echo > /home/user/fileName
but, in this case, my directory path I want to create the file in is stored in a variable in my script so I can't write out the path like that. How do I create a new file inside of it?