August 14, 2021August 14, 2021python, shell python: execute function from shell or cli example: python3 -c 'from scripts.apps.malla.sugarcrm.contacts.delete_contacts_by_title import *; delete_by_title_leads(0) '
July 25, 2017November 8, 2017shell, ubuntu crontab: executing java shell commands for example talend To run talend scripts on you ubuntu box, you need to add the path on your cron otherwise it will not run. […]
May 30, 2016May 30, 2016shell shell scripts If you want to execute a Shell Script, that connects to another server and executes another script, this is the nomenclature. Make […]