I am using bash scripting to write and run R scripts: since I was not proficient in R I used to write loops and conditions in the bash script that then were translated in the R scripts or \"here docum
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
If the following example, which sets the IFS environment variable to a line feed character... IFS=$\'\\n\'
Morning all, I am writing a bash script to extract the values of certain XML tags from all files in a given directory.I have decided to do this by tokenising each line and returning th4e relavent toke
In an N-Tier app you\'re supposed to have a business logic layer and a data access layer. Is it bad to simply have two assemblies: BusinessLogicLayer.dll and DataAccessLayer.dll to handle all this log