2017/04 18

bash find delete sort

리눅스 날짜 기준으로 파일 삭제하기 How to sort the files according to the time stamp in unix? [closed] Find Delete find 폴더 -name '파일명' -mtime +일수 -delete find 폴더 -name '파일명' -mtime +일수 -exec rm -f {} \; find 폴더 -name '파일명' -mtime +일수 | xargs rm -f ll --time-style full-iso | awk '{print $6" "$9}' | grep 2011-08 ll --time-style full-iso | awk '{print $6" "$9}' | grep 2011-08 | awk '{print $2}' | xargs rm -f Sort..

os/Linux 2017.04.11

kt ucloud NAS rm -fr 여파

상황 /NAS_Image NFS /home/www /home/www/data NFS /home/www_old /home/www_old/data NFS /home/www_2017 /home/www_2017/data /home/www2 /home/www2/data -> /NAS_Image /home/www2.back /home/www2.back/data -> /NAS_Image /home/www2.now /home/www2.now/data -> /NAS_Image KT ucloud 에서 제공하는 NAS 는 wafl 파일시스템으로 nfs 파일시스템으로 표시되고 nfs 자체 복구를 지원하지 않고, 복구 관련 프로토콜이 지원 되지 않는다. www, www_old 는 이전 작업 내용으로 NAS가 www/data, ..

it/mbi 2017.04.07

Initial support of CodeIgniter Framework for PhpStorm

Initial support of CodeIgniter Framework - PhpStorm 2016.3 EAP 163.6512 Good news for the CodeIgniter users! We’ve added an initial support of CodeIgniter Framework. Now after you enable the CodeIgniter support you will get the support of the code style, also CodeIgniter inspection profile will be set up automatically. CodeIgniter 사용자에게 좋은 소식입니다! 우리는 CodeIgniter Framework 초기 지원을 추가했습니다. 이제 CodeI..

ide/phpstorm 2017.04.05
반응형