1분마다 "Hello World" hello.txt 파일에 기록하기

Jmnote (토론 | 기여)님의 2017년 4월 1일 (토) 17:08 판

1 개요

1분마다 "Hello World" hello.txt 파일에 기록하기
testuser@zetawiki:~$ cat greet.sh
echo "Hello World" > hello.txt
testuser@zetawiki:~$ crontab -l
* * * * * * sh /home/testuser/greet.sh

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}