Rich Amaral wrote: > Hi guys, > > I'm looking through the code and can't seem to find the following files: > > rcs.hh > rcs_print.hh > timer.hh > > I believe I have the entire tree. Any help?
You can find files with the "find" command (run "man find" for the full manual page): 0 s...@water /home/seb/emc2.git> find . -name rcs.hh ./src/libnml/rcs/rcs.hh 0 s...@water /home/seb/emc2.git> find . -name rcs_print.hh ./src/libnml/rcs/rcs_print.hh 0 s...@water /home/seb/emc2.git> find . -name timer.hh ./src/libnml/os_intf/timer.hh 0 s...@water /home/seb/emc2.git> -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
