Unix and Linux Discussions Tagged with shell |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
8 |
91 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
106 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
720 |
Programming |
|
|
|
2 |
434 |
UNIX for Beginners Questions & Answers |
|
|
|
249 |
132,213 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
808 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,095 |
Shell Programming and Scripting |
|
|
|
9 |
2,529 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
624 |
UNIX for Beginners Questions & Answers |
|
|
|
16 |
1,784 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
600 |
Shell Programming and Scripting |
|
|
|
7 |
1,866 |
Shell Programming and Scripting |
|
|
|
2 |
688 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
326 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
2,123 |
Shell Programming and Scripting |
|
|
|
1 |
693 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
768 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
2,171 |
Shell Programming and Scripting |
|
|
|
3 |
2,171 |
Shell Programming and Scripting |
|
|
|
4 |
1,240 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,153 |
Shell Programming and Scripting |
|
|
|
6 |
1,161 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
986 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
293 |
Shell Programming and Scripting |
|
|
|
5 |
1,996 |
Shell Programming and Scripting |
|
|
|
7 |
1,263 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,106 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,544 |
Shell Programming and Scripting |
|
|
|
3 |
2,239 |
Shell Programming and Scripting |
|
|
|
6 |
1,264 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,291 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
131 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
1,492 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,283 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
244 |
Shell Programming and Scripting |
|
|
|
16 |
466 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,172 |
UNIX for Beginners Questions & Answers |
|
|
|
20 |
2,110 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,257 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,617 |
UNIX for Beginners Questions & Answers |
QSUB(1) User Contributed Perl Documentation QSUB(1)
NAME
qsub - submit a batch job in a familiar pbs format
SYNOPSIS
qsub [-a date_time]
[-A account_string]
[-b secs]
[-C directive_prefix]
[-e path]
[-I]
[-l resource_list]
[-m mail_options] [-M user_list]
[-N name]
[-o path]
[-p priority]
[-q destination]
[-W additional_attributes]
[-h]
[script]
DESCRIPTION
The qsub command displays information about nodes. It is aimed to be feature-compatible with PBS' qsub.
OPTIONS
-a Display information for all nodes. This is the default if no node name is specified.
-I Interactive execution.
-j join
It is not necessary (currently also not possible) since stderr/stdout are always joined.
-v [variable_list]
Exporting single variables via -v is not supported, since the entire login environment is exported by the default.
-V The -V option to export the current environment is not required since it is done by default.
-? | --help
brief help message
--man
full documentation
perl v5.14.2 2012-04-10 QSUB(1)