Translations:Utiliser des modules/37/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "== Using modules with ZSH or KSH == If you wish to use modules with the ZSH or KSH shell, execute the appropriate following command: {{Command|source $LMOD_PKG/init/zsh}} {{Co...")
 
No edit summary
Tag: Reverted
Line 1: Line 1:
== Using modules with ZSH or KSH ==
= Using modules with ZSH or KSH =
If you wish to use modules with the ZSH or KSH shell, execute the appropriate following command:
If you wish to use modules with the ZSH or KSH shell, execute the appropriate following command:
{{Command|source $LMOD_PKG/init/zsh}}
{{Command|source $LMOD_PKG/init/zsh}}
{{Command|source $LMOD_PKG/init/ksh}}
{{Command|source $LMOD_PKG/init/ksh}}

Revision as of 16:58, 27 August 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Utiliser des modules)
== Utiliser des modules avec ZSH et KSH ==
Si vous voulez utiliser des modules avec les ''shells'' ZSH ou KSH, exécutez les commandes suivantes :
{{Command|zsh -l}}
{{Command|ksh -l}}

Using modules with ZSH or KSH

If you wish to use modules with the ZSH or KSH shell, execute the appropriate following command:

Question.png
[name@server ~]$ source $LMOD_PKG/init/zsh
Question.png
[name@server ~]$ source $LMOD_PKG/init/ksh