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

인쇄용 판은 더 이상 지원되지 않으며 렌더링 오류가 있을 수 있습니다. 브라우저 북마크를 업데이트해 주시고 기본 브라우저 인쇄 기능을 대신 사용해 주십시오.

1 개요

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

2 같이 보기

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