/incron/trunk/README |
---|
69,6 → 69,9 |
$@ - the watched filesystem path (see above) |
$# - the event-related file name |
The mask may additionaly contain a special symbol IN_NO_LOOP which |
disables events occurred during the event handling (to avoid loops). |
Example: You need to run program 'abc' with the full file path as |
an argument every time a file is changed in /var/mail. One of |
the solutions follows: |