In linux man pages, e.g. man ls, it says -R --recursive. I can see how ls can be recursive, by recursive I mean the proper programming concept. ls could say, "A: list all files in the directory then ...
I'm writing some ASP to display an organizational chart using data in a SQL Server 6.5 database. The database is set up like so: Each record contains a Department field and a Parent field. I tried to ...