Unix and Linux Discussions Tagged with shell scripting |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
409 |
422,872 |
Open Source |
|
|
|
192 |
260,128 |
Open Source |
|
|
|
249 |
261,940 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
9,205 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,413 |
UNIX for Beginners Questions & Answers |
|
|
|
15 |
42,558 |
Shell Programming and Scripting |
|
|
|
3 |
18,585 |
Shell Programming and Scripting |
|
|
|
4 |
8,208 |
UNIX for Beginners Questions & Answers |
|
|
|
11 |
14,337 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
7,358 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
6,151 |
UNIX for Beginners Questions & Answers |
|
|
|
16 |
5,803 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,563 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
12,875 |
UNIX for Beginners Questions & Answers |
|
|
|
11 |
5,929 |
Shell Programming and Scripting |
|
|
|
2 |
2,472 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
5,285 |
Shell Programming and Scripting |
|
|
|
2 |
2,211 |
Shell Programming and Scripting |
|
|
|
3 |
3,506 |
Shell Programming and Scripting |
|
|
|
11 |
6,755 |
Shell Programming and Scripting |
|
|
|
6 |
3,446 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
2,926 |
Shell Programming and Scripting |
|
|
|
8 |
8,622 |
Shell Programming and Scripting |
|
|
|
1 |
2,731 |
Shell Programming and Scripting |
|
|
|
4 |
3,345 |
Shell Programming and Scripting |
|
|
|
2 |
2,732 |
Shell Programming and Scripting |
|
|
|
1 |
4,700 |
Shell Programming and Scripting |
|
|
|
3 |
2,939 |
Shell Programming and Scripting |
|
|
|
4 |
2,708 |
Shell Programming and Scripting |
|
|
|
7 |
4,146 |
Shell Programming and Scripting |
|
|
|
5 |
14,231 |
Shell Programming and Scripting |
|
|
|
1 |
3,874 |
Shell Programming and Scripting |
|
|
|
4 |
16,074 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
3,069 |
Shell Programming and Scripting |
|
|
|
18 |
6,079 |
Shell Programming and Scripting |
|
|
|
4 |
3,837 |
Shell Programming and Scripting |
|
|
|
6 |
3,012 |
Shell Programming and Scripting |
|
|
|
9 |
4,337 |
Shell Programming and Scripting |
|
|
|
1 |
3,731 |
Shell Programming and Scripting |
|
|
|
1 |
5,209 |
Shell Programming and Scripting |
Rscript(1) FSF Rscript(1)
NAME
Rscript - front end for scripting with R
SYNOPSIS
Rscript [--options] [-e expr] file [args]
DESCRIPTION
A binary front-end to R, for use in scripting applications.
expr An optional expression to be evaluated, used in place of expr.
file Input file of R expressions
args Optional further arguments to be processed by commandArgs in the R interpreter.
OPTIONS
--options accepted are
--help Print usage and exit
--version
Print version and exit
--verbose
Print information on progress
--default-packages=list
Where 'list' is a comma-separated set of package names, or 'NULL'
and also options to R (in addition to --slave --no-restore), such as
--save Do save workspace at the end of the session
--no-environ
Don't read the site and user environment files
--no-site-file
Don't read the site-wide Rprofile
--no-init-file
Don't read the user R profile
--restore
Do restore previously saved objects at startup
--vanilla
Combine --no-save, --no-restore, --no-site-file --no-init-file and --no-environ
SEE ALSO
R(1)
R scripting April 2007 Rscript(1)