Tree Nasıl Kurulur
macOS işletim sisteminde bilindiği gibi tree komutu bulunmamakta. Ancak istenirse uygulama sisteme kurulabilmekte.
brew install tree
Uygulamayı basit bir şekilde linux'deki gibi kullanırız. Çıktılarımızı hiyerarşik olarak görebiliriz.
mertcangokgoz@Mertcan-MacBook-Air Desktop/TR-PhishingList (master) » tree
.
├── 2018
│ └── December
│ ├── 14.12.2018.txt
│ ├── 15.12.2018.txt
│ ├── 16.12.2018.txt
│ ├── 17.12.2018.txt
│ ├── 18.12.2018.txt
│ ├── 19.12.2018.txt
│ ├── 20.12.2018.txt
│ ├── 21.12.2018.txt
│ ├── 22.12.2018.txt
│ ├── 23.12.2018.txt
│ ├── 24.12.2018.txt
│ ├── 25.12.2018.txt
│ └── 26.12.2018.txt
├── 2019
├── Araclar
│ ├── duplicate_check.py
│ ├── json_parse.py
│ └── whois_check.py
├── LICENSE
├── README.md
├── docs
│ ├── css
│ │ ├── animate.css
│ │ ├── bootstrap.min.css
│ │ ├── line-icons.css
│ │ ├── magnific-popup.css
│ │ ├── main.css
│ │ ├── nivo-lightbox.css
│ │ ├── owl.carousel.css
│ │ ├── owl.theme.css
│ │ └── responsive.css
│ ├── fonts
│ │ ├── LineIcons.eot
│ │ ├── LineIcons.svg
│ │ ├── LineIcons.ttf
│ │ └── LineIcons.woff
│ ├── img
│ │ ├── clients
│ │ │ └── tpe.png
│ │ ├── logo.png
│ │ └── security.svg
│ ├── index.html
│ └── js
│ ├── bootstrap.min.js
│ ├── jquery-min.js
│ ├── jquery.counterup.min.js
│ ├── jquery.easing.min.js
│ ├── jquery.magnific-popup.min.js
│ ├── jquery.mixitup.js
│ ├── jquery.nav.js
│ ├── jquery.vide.js
│ ├── main.js
│ ├── nivo-lightbox.js
│ ├── owl.carousel.js
│ ├── popper.min.js
│ ├── scrolling-nav.js
│ ├── waypoints.min.js
│ └── wow.js
├── ip-lists.txt
└── url-lists.txt
10 directories, 52 files
Son Güncelleme: March 26, 2019