I need to copy all txt files from a dir and it's subdirectories to my local disk.
How can i do that...?
say i've a folder call "aaa";
underneath there are lot of subfolders, each subfolder have 'n' number of files(including one txt file). I need to transfer only the txt file from all the subfolders of "aaa" to my local disk.
How can i do that...?
say i've a folder call "aaa";
underneath there are lot of subfolders, each subfolder have 'n' number of files(including one txt file). I need to transfer only the txt file from all the subfolders of "aaa" to my local disk.