watch -x -n 1 find /JACKFOLDER?/*.* -mmin -1 -exec /home/jack_connect.sh \; &
Hi, I am trying to combine in DEBIAN 11 the watch and find command to automatically execute a connection when a new client is added to jack.
For this I need to know if when adding a new client there is a folder to look for so that find will look for changes in it and execute the connection. Thanks.