Pages

Thursday, February 20, 2020

Tree command on GIT Bash

By default, tree command will not be available in Git Bash,
$ cmd //c tree //a //f
 -- c  Turn colorization on always.
-- a  All files are listed.
-- f  Print the full path prefix for each file.

No comments:

Post a Comment