Learn the powerful enterprise adaptable database:
Getting Started With ADABAS & Natural
Monday, December 12, 2016
Mac: Remove (non-empty) folders
.
Console Command:
sudo rm -r folderName
Read further: http://www.macworld.com/article/2082021/master-the-command-line-deleting-files-and-folders.html
Mac: Display a tree-like structural view of any directory
.
Console Command:
ls -R | grep ":" | sed -e 's/://' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
Subscribe to:
Posts (Atom)