Edna Bell wrote: > > ... > I'm using the find command, (surprise), but I only want to see the > output where it exists, not all of the other stuff. > > Is there an option that I could select, please? > Hi Edna, When you say you want to see the output, I assume you mean output files created by R. This will be harder, as users can name the files whatever they please. If you know that your output files always have the extension ".Rout", you could try:
find / -name Rout or on many Linux systems: locate Rout Jim ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.