I am in a subfolder B in a folder A in linux
There are also other folders and some files in the B folder.
What I want now is how to move all the files and folders in folder B to the upper level folder A? And it’s covered directly without asking.
If the current directory is A, directly
mv -f B/* ./
If the current directory is A, directly