Skip to content

Instantly share code, notes, and snippets.

@wilderwith
Created October 10, 2019 07:38
Show Gist options
  • Save wilderwith/f91772f9efedf251286bcd4fd9a3d9cb to your computer and use it in GitHub Desktop.
Save wilderwith/f91772f9efedf251286bcd4fd9a3d9cb to your computer and use it in GitHub Desktop.
Quête Linux-terminal 1
chahine@chahine-ThinkPad-T440p:~$ ls
Bureau Images Public
Documents initiation-javascript-template snap
Downloads Modèles Téléchargements
eclipse-workspace Musique Vidéos
examples.desktop odyssey.html wild-project
gittest Programmes
chahine@chahine-ThinkPad-T440p:~$ ls .
Bureau Images Public
Documents initiation-javascript-template snap
Downloads Modèles Téléchargements
eclipse-workspace Musique Vidéos
examples.desktop odyssey.html wild-project
gittest Programmes
chahine@chahine-ThinkPad-T440p:~$ ls -a
. .gconf .pki
.. .gitconfig .profile
.asciinema gittest Programmes
.bash_history .gnupg Public
.bash_logout .gphoto snap
.bashrc .ICEauthority .ssh
.bashrc.swp Images .sudo_as_admin_successful
Bureau initiation-javascript-template .swt
.cache .java Téléchargements
.config .local .thunderbird
Documents Modèles .tooling
Downloads .mozilla Vidéos
.eclipse Musique .vscode
eclipse-workspace odyssey.html .webclipse
examples.desktop .p2 wild-project
chahine@chahine-ThinkPad-T440p:~$ pwd
/home/chahine
chahine@chahine-ThinkPad-T440p:~$ cd images
bash: cd: images: Aucun fichier ou dossier de ce type
chahine@chahine-ThinkPad-T440p:~$ cd Images
chahine@chahine-ThinkPad-T440p:~/Images$ cd /home/chahine
chahine@chahine-ThinkPad-T440p:~$ cd Images
chahine@chahine-ThinkPad-T440p:~/Images$ cd ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment