Friday, July 3, 2020
How to use bash For Loop In One Line
Just enter below command and will get the magic - below runs your-script.sh 5 times:
for i in {1..5}; do echo "------------------------ Iteration ".$i." ----------------------"; sh your-script.sh;sleep 3; done
Thursday, July 2, 2020
Schedule send email - Online Web Version Outlook O365
Yes - this is finally true. You can now schedule emails to be sent at a specific time from online Outlook.
Very happy to have this feature, it was requested for some time to be available.
You now get the following option when sending a new message - Send Later:
Choose the date and time you want the message to be sent:
Optionally, you can double check that message appears under Draft Folder with the proper scheduled note:
Very happy to have this feature, it was requested for some time to be available.
You now get the following option when sending a new message - Send Later:
Choose the date and time you want the message to be sent:
Optionally, you can double check that message appears under Draft Folder with the proper scheduled note:
Subscribe to:
Posts (Atom)