Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
crontab -e
* 23 * * * mv abc abc.old ; echo "my header" > abc ; cat abc.old >> abc ; rm abc.old
cat myheaderfile mydatafile > mynewdatafile
cat myheaderfile mydatafile > mydatafile
echo header >> foo.log
foo.sh >> foo.log
Cat file1 file2 > file2