#!/bin/bash
if [ ! -d ./data/$(date +%Y%m) ] then mkdir ./data/$(date +%Y%m) fi
** if문과 [ 사이에 반드시 space가 들어가야 오류가 발생하지 않습니다. **