Skip to content

Commit df0f609

Browse files
committed
Alternative tree command
1 parent e33703f commit df0f609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/modules/ROOT/pages/04-applicationsets.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ You can view this structure in your cloned repository:
252252
[.console-input]
253253
[source,sh,subs="attributes",role=execute]
254254
----
255-
tree ~/workshop/content/modules/ROOT/examples/coolstore
255+
find ~/workshop/content/modules/ROOT/examples/coolstore -print | sort|sed -e 's;[^/]*/;|____;g;s;____|; |;g'
256256
----
257257

258258
[.console-output]

0 commit comments

Comments
 (0)