Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.6 KB

command_line_family_tree.livemd

File metadata and controls

59 lines (48 loc) · 1.6 KB

Command Line Family Tree

Mix.install([
  {:youtube, github: "brooklinjazz/youtube"},
  {:hidden_cell, github: "brooklinjazz/hidden_cell"},
  {:tested_cell, github: "brooklinjazz/tested_cell"},
  {:utils, path: "#{__DIR__}/../utils"}
])

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
  /Saida
    /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
  /Saida
    child.txt
    /Aelia
      parent.txt
      /Urbano
        grandparent.txt
      /Petal
        grandparent.txt
    /Hagir
      parent.txt
      /Leandro
        grandparent.txt
      /Helen
        grandparent.txt

Names were generated using behindthename.com

Up Next

Previous Next
Code Editors Livebook Recovery