linux alternatives to tree
#replica of tree comand using find and sed
function tree() {
find ${1:-.} | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
}
Also in C++:
- ubuntu 18.04 default display manager
- linux commands
- customize dock in ubuntu
- schedule shell script mac
- linux check current umask
- youtube dl text tracked playlist download
- bash while done
- how to convert ui to py pyqt5
- how to install ruby on rails with curl
- graphql install
- git pull from another user
- powershell admin privileges
- ubuntu console shrink pdf
- delete auto purge
- sed delete line with matching pattern
- The file \AppData\Roaming\npm\yarn.ps1 is not digitally signed.
- How to uninstall grepper google addon
- script to kill a process in windows
- install flask in venv
- \Activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170
- installed delphi package says unit not found
- git abort changes
- save awk to file
- find text pattern in file linux