tmp에 date 결과값 저장

tmp=$(date +%Y.%m.%d_%H:%M:%S)


echo를 이용한 응용도 가능함
현재 파일리스트 생성

rm file_list
echo $(ls -1) >> file_list

+ Recent posts