Skip to content

Instantly share code, notes, and snippets.

@kgantsov
Forked from ryanbaldwin/tree
Created March 24, 2016 10:32
Show Gist options
  • Select an option

  • Save kgantsov/19c86452235c83f99529 to your computer and use it in GitHub Desktop.

Select an option

Save kgantsov/19c86452235c83f99529 to your computer and use it in GitHub Desktop.

Revisions

  1. @ryanbaldwin ryanbaldwin revised this gist Nov 20, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion tree
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'0
    find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
  2. @ryanbaldwin ryanbaldwin created this gist Nov 20, 2014.
    1 change: 1 addition & 0 deletions tree
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'0