Skip to content

Live Filtering with find & exec plus grep #1741

Answered by ibhagwan
asmodeus812 asked this question in Q&A
Discussion options

You must be logged in to vote

This would have to be done at the the command level, redirect the find conditionally into a temp file, and then use cat, something like [ ! -f tmpfile ] && find … > tmpfile; cat tmpfile | ug …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@asmodeus812
Comment options

@ibhagwan
Comment options

@asmodeus812
Comment options

Answer selected by asmodeus812
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants