Я хотел бы получить переменные "file", "dir" и "action" из inotifywait и передать их в "script. sh", чтобы использовать их позже, если кто-то может помочь:
inotifywait -m PATH/TO/UPLOADS -e create -e moved_to |
while read -r dir action file; do
sh /root/script.sh
/*****
***** Some codes goes here
*****/
Заранее спасибо