Horje
linux alternatives to tree Code Example
linux alternatives to tree
#replica of tree comand using find and sed
function tree() {
    find ${1:-.} | sed -e "s/[^-][^\/]*\//  |/g" -e "s/|\([^ ]\)/|-\1/"
}




Shell

Related
jq filter array Code Example jq filter array Code Example
create patch in git Code Example create patch in git Code Example
Create new git branch from existing branch Code Example Create new git branch from existing branch Code Example
discord linux arch Code Example discord linux arch Code Example
generating javadoc Code Example generating javadoc Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11