layout: post title: "Solve find missing argument to -exec" description: "find missing argument to -exec" date: "2019-02-16 18:36" tags: [linux, shell, programming] comments: true Solve find missing argument to -exec어느날, 서버 작업을 하던 중에 쉘 스크립트를 하나 만들어야 했다. log rotate를 해야하는 상황이었다.그래서 스크립트를 작성하는데, 계속 위와 같은 find missing argument to -exec오류가 발생했다. 내가 작성한스크립트의 일부가 아래와 같다. /usr/bin/find $NGINX_LOG_ARCHIVE..