简体   繁体   中英

How to reminds me when the program of R finished in Linux?

I always use computer of campus to run R program. Every time, I always check it in terminal (I use ssh to connect to that computer) again and again to see whether the program is finished or not. Is there a way that the computer which is running my program can reminds me (eg send email to me) when the program is finished?

You can write a BASH script that runs your R task and send you Email after it finish.

to send Email in bash see here: https://stackoverflow.com/a/8260923/1726419

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM