LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Automator for linux? (https://www.linuxquestions.org/questions/linux-software-2/automator-for-linux-336936/)

mike9285 06-24-2005 08:21 PM

Automator for linux?
 
Is there anything for linux that works like the automator on mac?

I need to have a program or script automatically upload my webpage files as changes are made to them. I was told automator can do this.

macemoneta 06-24-2005 09:37 PM

Most mainstream Linux distributions come with or have available just about every scripting language known to man: perl, tcl, python, ruby, php, rexx, bash... All are quite capable of performing the task you mention.

jon_k 06-25-2005 01:31 AM

Definitely, you could use crontab to invoke a script to compare filesize with the last known filesize -- if a change is detected then do: action.

It'd be possible in bash, python, perl, and tcl

mike9285 06-25-2005 01:33 PM

I know I can do it as a cron job, but thanks for trying to help. I need a program or script to be constantly scanning a folder so when I save a file, it automatically uploads. Sorta like Dreamweaver does when you click save to a website. I need this so I can efficiently code a website. I hate to be writing the code, uploading it to the website via ftp, then checking if my code worked if there is a script or program that can automate this for me.

hob 06-25-2005 04:08 PM

I don't use them, but there are several graphical Web design apps for Linux that should have integrated upload, and ought to be able to work on remote files directly with FTP and WebDAV as well. Take a look at Quanta but there are also Screem, Bluefish and Nvu.


All times are GMT -5. The time now is 05:41 AM.