ever wanted to quickly display the directory structure and files in there? use tree:
~/VirtualBox VMs $ tree . ├── centOS_latest │ ├── centOS_latest.vbox │ ├── centOS_latest.vbox-prev │ ├── centOS_latest.vdi │ ├── Logs │ │ ├── VBox.log │ │ ├── VBox.log.1 │ │ ├── VBox.log.2 │ │ └── VBox.log.3 │ └── Snapshots │ └── 2013-12-13T09-27-06-012274000Z.sav ├── nohup.out ├── oel_latest │ ├── Logs │ │ ├── VBox.log │ │ ├── VBox.log.1 │ │ ├── VBox.log.2 │ │ └── VBox.log.3 │ ├── oel_latest.vbox │ ├── oel_latest.vbox-prev │ └── Snapshots │ └── 2013-08-19T13-58-33-388114000Z.sav ...