I am looking to move all files in one specific directory up one directory with the terminal. There are hidden files and that is why I want to use the terminal. Looking for something like:
mv ./ to ../
Not certain on the above. Any help would be appreciated.
Try this:
mv my_folder ../my_folder