Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,16 @@ the same syntax as for the crontab program. You can import a table,
remove and edit the current table.

The user table rows have the following syntax:
<path> <mask> <command>
```
<path> <mask> <command>
```

Where:
- `<path>` is a filesystem path (currently avoid whitespaces!)
- `<mask>` is a symbolic (see inotify.h; use commas for separating
symbols) or numeric mask for events
- `<command>` is an application or script to run on the events

<path> is a filesystem path (currently avoid whitespaces!)
<mask> is a symbolic (see inotify.h; use commas for separating
symbols) or numeric mask for events
<command> is an application or script to run on the events

The command may contain these wildcards:

Expand Down