Skip to content

Instantly share code, notes, and snippets.

@FaroukDev
Created March 3, 2019 18:38
Show Gist options
  • Save FaroukDev/db75dd12c7dde7996c500bf268807438 to your computer and use it in GitHub Desktop.
Save FaroukDev/db75dd12c7dde7996c500bf268807438 to your computer and use it in GitHub Desktop.
Introduction Shelle
ureau clmystery-master Documents Downloads examples.desktop files Images Modèles Musique Pictures Public snap Téléchargements Vidéos
wilder@wilder-ThinkPad-T430s:~$ cd files
wilder@wilder-ThinkPad-T430s:~/files$ ls
bonjour.sh hello.txt wcs.sh
wilder@wilder-ThinkPad-T430s:~/files$ test bonjour.sh
wilder@wilder-ThinkPad-T430s:~/files$ ls
bonjour.sh hello.txt wcs.sh
wilder@wilder-ThinkPad-T430s:~/files$ cat bonjour.sh
Bonjour $USER
wilder@wilder-ThinkPad-T430s:~/files$ ls
bonjour.sh hello.txt wcs.sh
wilder@wilder-ThinkPad-T430s:~/files$ ./bonjour.sh Romain
./bonjour.sh: ligne 1: Bonjour : commande introuvable
wilder@wilder-ThinkPad-T430s:~/files$ cat $ ./bonjour.sh Romain
cat: '$': Aucun fichier ou dossier de ce type
Bonjour Romain
cat: Romain: Aucun fichier ou dossier de ce type
wilder@wilder-ThinkPad-T430s:~/files$ cat bonjour.sh
Bonjour Romain
wilder@wilder-ThinkPad-T430s:~/files$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment