Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Command Line Family Tree

command_line_family_tree.livemd

Command Line Family Tree

Mix.install([
  {:kino, github: "livebook-dev/kino", override: true},
  {:kino_lab, "~> 0.1.0-dev", github: "jonatanklosko/kino_lab"},
  {:vega_lite, "~> 0.1.4"},
  {:kino_vega_lite, "~> 0.1.1"},
  {:benchee, "~> 0.1"},
  {:ecto, "~> 3.7"},
  {:math, "~> 0.7.0"},
  {:faker, "~> 0.17.0"},
  {:utils, path: "#{__DIR__}/../utils"},
  {:tested_cell, git: "https://github.com/BrooklinJazz/tested_cell"}
])

Navigation

Return Home Report An Issue

Command Line Family Folders

Use the command line to create a family folder with the following folder and file structure.

/family
  /Sa'ida
    /Aelia
      /Urbano
      /Petal
    /Hagir
      /Leandro
      /Helen

Next, create a file for each folder that represents that person’s family status. It’s better that you do this after creating the folder structure above to get more practice moving between folders.

/family
  /Sa'ida
    child.txt
    /Aelia
      parent.txt
      /Urbano
        grandparent.txt
      /Petal
        grandparent.txt
    /Hagir
      parent.txt
      /Leandro
        grandparent.txt
      /Helen
        grandparent.txt

The names for this exercise were generated with https://www.behindthename.com/random/random.php?number=1&sets=1&gender=both&surname=&all=yes.