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

From Alliance Doc
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
 
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|zsh -l}}
{{Command|source $LMOD_PKG/init/ksh}}
{{Command|ksh -l}}

Latest revision as of 23:01, 29 August 2024

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 ~]$ zsh -l
Question.png
[name@server ~]$ ksh -l