#!/bin/bash echo "*/1 * * * * root bash /oldboy/ch02/writedate.sh" >> /etc/crontab
#!/bin/bash echo `date` >> /oldboy/ch02/datelog.txt