Linux Move Files To Parent Directory

[Solved] Linux Move Files To Parent Directory | Perl - Code Explorer | yomemimo.com
Question : linux move files to parent directory

Answered by : relieved-reindeer-0jrw16dbq1fj

cd to/the/dir
mv * ../

Source : https://superuser.com/questions/88202/how-do-i-move-files-and-directories-to-the-parent-folder-in-linux | Last Update : Sun, 30 May 21

Question : linux move all files to parent folder

Answered by : cruel-centipede-hk4mxtwt4fv1

{"tags":[{"tag":"textarea","content":"find . -maxdepth 1 -exec mv {} .. \\;","code_language":"shell"}]}

Source : https://superuser.com/questions/88202/how-do-i-move-files-and-directories-to-the-parent-folder-in-linux | Last Update : Thu, 06 Apr 23

Answers related to linux move files to parent directory

Code Explorer Popular Question For Perl