Thanx all whoever provide me the solution to sort
out the issue. What it will be helpfull for me if someone in the list explain
the meaning of each option used in the command.
On Tue, 05 Oct 2004 Anupam Kapoor wrote : >find ./
-name '*' | xargs -n1 -t touch ? > >which ofcourse needs to be
run from top of the kernel tree. > >kind regards >anupam
this is ofcourse a better approach than that of mine :)