Je mettais à jour mon fichier .bash_profile, et malheureusement j'ai fait quelques mises à jour et maintenant je reçois:
env: bash: No such file or directory
env: bash: No such file or directory
env: bash: No such file or directory
env: bash: No such file or directory
env: bash: No such file or directory
-bash: tar: command not found
-bash: grep: command not found
-bash: cat: command not found
-bash: find: command not found
-bash: dirname: command not found
-bash: /preexec.sh.lib: No such file or directory
-bash: preexec_install: command not found
-bash: sed: command not found
-bash: git: command not found
Mon fichier bash_profile extrait d’autres fichiers .sh (sources), donc je ne suis pas sûr de la modification qui a provoqué cela.
Maintenant, si j'essaie même de faire une liste de fichiers, j'obtiens:
>ls
-bash: ls: command not found
-bash: sed: command not found
-bash: git: command not found
Des conseils sur la manière de détecter la source de l’erreur et sur la manière d’utiliser le terminal pour des opérations élémentaires telles que la création de fichiers, etc.?