[R] [OT] Linux/UNIX question

Jim Lemon jim at bitwrit.com.au
Thu Feb 21 12:37:11 CET 2008


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



More information about the R-help mailing list