"1분마다 "Hello World" hello.txt 파일에 기록하기"의 두 판 사이의 차이

4번째 줄: 4번째 줄:
<source lang='console'>
<source lang='console'>
testuser@zetawiki:~$ cat greet.sh
testuser@zetawiki:~$ cat greet.sh
echo "Hello World" >> hello.txt
echo "Hello World" >> /tmp/hello.txt
</source>
</source>
<source lang='console'>
<source lang='console'>

2017년 4월 25일 (화) 01:09 판

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 }}