Hello there. I have a task to make a unix shell script that does the same thing as
find command. I should implement only
-name -exec -print and
-depth parameters.
First step, is there a way to list all the files without using
find comand?
Can somebody help me with that?
Tons'a'thanks
