howdy,
i compiled this with one error, i had to comment out this section, S_IFDOOR undeclared??
Code:
 else
  if(s.st_mode & S_IFDOOR)
  cout<<">"<<endl;
on but it will not do anything, i am using a command line like this

./similar /home/Mike

but nothing happens. how is this used??

M.R.