[R] [OT] book on Linux scripting

Noah Silverman noah at smartmediacorp.com
Fri Sep 4 01:15:27 CEST 2009


Hi,

There are good books by O'Reilly  for both sed and awk.

That said, neither is what I would call a "complete" scripting language.

Without knowing the details of your requirements, I STRONGLY suggest 
that you learn perl.  It allows you do almost anything with data, fetch 
web pages, access almost any kind of database or file structure and more.

I use perl to fetch my data from an SQL data base, process and clean the 
data.  From there I output a nice, clean CSV file that I can read into R 
for my process.

--
Noah

On 9/3/09 3:47 PM, Erin Hodgess wrote:
> I was thinking along the lines of sed or awk, please.
>
> On Thu, Sep 3, 2009 at 1:56 AM, Noah Silverman<noah at smartmediacorp.com>  wrote:
>    
>> Erin,
>>
>> Linux supports many scripting languages.
>>
>> Which language are you interested in: Perl, PHP, Bash, Python, etc???
>>
>> --
>> Noah
>>
>> On 9/2/09 10:35 PM, Erin Hodgess wrote:
>>      
>>> Dear R People:
>>>
>>> I know that this is off topic, but could anyone recommend a good book
>>> on Linux scripting please?
>>>
>>> Any help would be much appreciated!
>>>
>>> Thanks,
>>> Erin
>>>
>>>
>>>
>>>        
>>         [[alternative HTML version deleted]]
>>
>> ______________________________________________
>> R-help at 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.
>>
>>      
>
>
>




More information about the R-help mailing list