<p>J’utilise Windows 11. Dans le terminal, les commandes Linux habituelles ne sont pas disponibles. Les commandes telles que <code>chmod</code> et <code>vim</code> renvoient des erreurs de ligne de commande comme :<br>
`vim : The term ‘vim’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the<br>
spelling of the name, or if a path was included, verify that the path is correct and try again.<br>
At line:1 char:1</p>
<ul>
<li>vim ~/.bashrc</li>
<li>
<pre><code class="lang-auto"> + CategoryInfo : ObjectNotFound: (vim:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
</code></pre>
</li>
</ul>
<pre><code class="lang-auto">
Comment puis-je résoudre cela ? J'utilise Windows après une interruption d'une décennie, donc soyez indulgent !</code></pre>