Skip to content

Instantly share code, notes, and snippets.

@wilderwith
Created October 13, 2019 19:53
Show Gist options
  • Save wilderwith/3e178cf347fe525334fc24bd22af16f1 to your computer and use it in GitHub Desktop.
Save wilderwith/3e178cf347fe525334fc24bd22af16f1 to your computer and use it in GitHub Desktop.
quetes linux terminal 3
chahine@chahine-ThinkPad-T440p:~/quetes/shell$ tree
.
├── fruits
│   ├── banane
│   ├── kiwi
│   ├── pamplemousse
│   ├── poire
│   └── pomme
├── legumes
│   ├── carotte
│   ├── chou-fleur
│   └── chou-rave
├── planets
│   ├── fictional
│   │   ├── arrakis.jpeg
│   │   ├── coruscant.jpeg
│   │   └── cybertron.jpeg
│   ├── inhabited
│   │   ├── earth.jpeg
│   │   └── mars.jpeg
│   └── real
│   ├── dwarf-planets
│   ├── earth.jpeg
│   ├── gas-giant
│   ├── jupiter.jpeg
│   ├── mercury.jpeg
│   ├── neptune.jpeg
│   ├── saturn.jpeg
│   ├── telluric
│   ├── uranus.jpeg
│   └── venus.jpeg
└── planets.zip
541 mv earth.jpeg planets/inhabited
542 ls
543 tree
544 rm pluto.jpeg
545 touch pluto.jpeg
546 ls
547 rm pluto.jpeg
548 ls
549 tree
550 cd real
551 cd planets
552 cd real
553 rm pluto.jpeg
554 tree
555 cd shell
556 cdé
557 cd ~
558 cd quetes/shell/planets/real
559 cd quetes/shell/planets
560 cd /quetes/shell/planets
561 cd ~/quetes/shell/
562 tree
563 history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment