Skip to content

Instantly share code, notes, and snippets.

@Devcodpanda
Created May 9, 2020 09:05
Show Gist options
  • Save Devcodpanda/ab266218e96815578f899f29eb08f6c5 to your computer and use it in GitHub Desktop.
Save Devcodpanda/ab266218e96815578f899f29eb08f6c5 to your computer and use it in GitHub Desktop.
acbook-pro-de-valentin:~ valentinbattais$ ls
Applications Desktop Downloads Movies Pictures
Codage Documents Library Music Public
macbook-pro-de-valentin:~ valentinbattais$ ls ./Codage
Essai codage html WCS
macbook-pro-de-valentin:~ valentinbattais$ ls -l /bin
total 4848
-rwxr-xr-x 1 root wheel 35824 17 mar 16:42 [
-r-xr-xr-x 1 root wheel 623472 17 mar 16:42 bash
macbook-pro-de-valentin:~ valentinbattais$ pwd
/Users/valentinbattais
macbook-pro-de-valentin:~ valentinbattais$ ls /Users
Shared valentinbattais
macbook-pro-de-valentin:~ valentinbattais$ cd Movies
macbook-pro-de-valentin:Movies valentinbattais$ pwd
/Users/valentinbattais/Movies
macbook-pro-de-valentin:Movies valentinbattais$ cd ..
macbook-pro-de-valentin:~ valentinbattais$ cd /Users/valentinbattais/Movies
macbook-pro-de-valentin:Movies valentinbattais$ cd ..
macbook-pro-de-valentin:~ valentinbattais$ cd /Users/valentinbattais/Codage/
macbook-pro-de-valentin:Codage valentinbattais$ cd /usr/bin
macbook-pro-de-valentin:bin valentinbattais$ cd
macbook-pro-de-valentin:~ valentinbattais$ cd ~/Movies/
macbook-pro-de-valentin:Movies valentinbattais$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment