Differences between revisions 1 and 2
Revision 1 as of 2017-10-21 19:33:52
Size: 311
Comment:
Revision 2 as of 2017-10-21 20:28:28
Size: 23
Editor: 174-24-123-141
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma section-numbers 1
<<TableOfContents>>

 * [[bash/invocation/option|Invocation Options]]
 * [[bash/builtin/set|Set Options]]
 * [[bash/builtin/shopt|Shopt Options]]

==== Invocation Option l ====
----
[[bash/invocation/option/l|-l]]
 * act as a [[bash/invocation/mode/LoginShell|Login Shell]]
<<Include(../login)>>

pragma section-numbers 1

Invocation Option l


-l | --login

  • act as a Login Shell

  • --login must appear on the command line before the single-character options to be recognized.

bash/invocation/option/l (last edited 2017-10-21 20:28:28 by 174-24-123-141)