Skip to content

Instantly share code, notes, and snippets.

@JonesCharly
Created February 28, 2019 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonesCharly/0460794d71bbdf1da5739d8d787fe3bd to your computer and use it in GitHub Desktop.
Save JonesCharly/0460794d71bbdf1da5739d8d787fe3bd to your computer and use it in GitHub Desktop.
Terminal Linux Test 1
------------------------------------------------------------
~(master*) » pwd fazentieuxcharline@MacBook-Pro-3
/Users/fazentieuxcharline
------------------------------------------------------------
~(master*) » ls fazentieuxcharline@MacBook-Pro-3
Applications Incompatible Software Users
Desktop Library bonjour.sh
Documents Movies boujour.sh
Downloads Music config.log
Downloads.rar.dmg Pictures quete
Google Drive Public
------------------------------------------------------------
~(master*) » cd Documents fazentieuxcharline@MacBook-Pro-3
------------------------------------------------------------
~/Documents(master*) » ls fazentieuxcharline@MacBook-Pro-3
BOUQUINS DIVERS Papiers ESMI freelance
BULLETINS ID Pole emploi & caf wild school
CV MY PIE Region
DECODELIRE POle emploi dossier imobilier
------------------------------------------------------------
~/Documents(master*) » cd ~ID fazentieuxcharline@MacBook-Pro-3
zsh: no such user or named directory: ID
------------------------------------------------------------
~/Documents(master*) » cd ~/ID fazentieuxcharline@MacBook-Pro-3
cd: no such file or directory: /Users/fazentieuxcharline/ID
------------------------------------------------------------
~/Documents(master*) » cd ~/Documents/ID fazentieuxcharline@MacBook-Pro-3
------------------------------------------------------------
~/Documents/ID(master*) » ls fazentieuxcharline@MacBook-Pro-3
EPSON007.PDF EPSON030.PDF id 3.jpg
EPSON012.jpg ID cha.jpg photo.jpg
EPSON013.PDF carte d'identitée.pdf photo.pdf
------------------------------------------------------------
~/Documents/ID(master*) » cd.. fazentieuxcharline@MacBook-Pro-3
zsh: command not found: cd..
------------------------------------------------------------
~/Documents/ID(master*) » cd .. fazentieuxcharline@MacBook-Pro-3
------------------------------------------------------------
~/Documents(master*) » pwd fazentieuxcharline@MacBook-Pro-3
/Users/fazentieuxcharline/Documents
------------------------------------------------------------
~/Documents(master*) »
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment