Tag: subfolder
Move Subfolder Files to Current Folder
April 20, 2008
This command moves all the files in the subfolder to the current folder. mv */* .
Linux Command to List all the Files Recursively
December 1, 2007
Recursively list all files in the current folder and all the sub folders ls -R ls -R1
Recent Comments