I would like to receive the following output.
Suppose the directory structure on the file system is like this:
-dir1 -dir2 -file1 -fi
Directories:
find ./ -type d
Files:
find ./ -type f
find ./ -type d > somefile.txt
find ./ -type f > somefile.txt