is it possible to pass the search pattern to sfk find and zzfind via stdin?
It is possible indirectly like
echo foo | sfk filt -i +run "sfk find mydirname #text"
and
echo foo | sfk filt -i +run "zzfind myfile.zip #text"
Log in to post a comment.
It is possible indirectly like
and