Tag: delete content

  • OS X Top Essential Terminal Commands

    Rename a file or folder via command line mv oldName newName   Remove directory with files rm -rf dir_name_to_delete -r “recursive” -f “force” (suppress confirmation messages)   See hidden files in directory ls -a ls: “Directory listing”,  -a:”Show with hidden files/folders” -l:”vertical detailed list view”   Delete the content of your app/cache and app/logs folders rm…