thendal
Programmer
- Aug 23, 2000
- 284
Hi all!
I need to grap all the .htm,.html files from a particular directory including its subdirectory ..for example
/home/httpd/project1
mean it need to bring all the files from project 1 and its subdirectories.the list should be look like this ...
/home/httpd/project1/test.htm
/home/httpd/project1/dir1/test1.html
/home/httpd/project1/dir1/dir2/test2.htm
how i can do this ...
ThanX
I need to grap all the .htm,.html files from a particular directory including its subdirectory ..for example
/home/httpd/project1
mean it need to bring all the files from project 1 and its subdirectories.the list should be look like this ...
/home/httpd/project1/test.htm
/home/httpd/project1/dir1/test1.html
/home/httpd/project1/dir1/dir2/test2.htm
how i can do this ...
ThanX