mkdir -p {dev,test,prod}/{backend,frontend}
% tree
.
├── dev
│   ├── backend
│   └── frontend
├── prod
│   ├── backend
│   └── frontend
└── test
    ├── backend
    └── frontend

TIL cd -

TIL tail -f error_file.log

TIL history 5