Tag: subfolder

Move Subfolder Files to Current Folder

This command moves all the files in the subfolder to the current folder. mv */* .

Linux Command to List all the Files Recursively

Recursively list all files in the current folder and all the sub folders ls -R ls -R1