ugc: Add -M for minimum time and -F for text filtering
Filter out collections that are shorter than x milliseconds by using `ugc -M x`. Display only collections that contain a certain string s in their description by using `ugc -F s`. The latter option is not implemented in the kernel, but rather just before printing the event in the user script (for simplicity), and documented as such.
Showing
Please register or sign in to comment