Results 2 comments of JConan

Maybe he mean to search on every field. In my case that would be useful as the target hostname is define in the user name (Cyberark) and all is pointing...

I don't think evaluation line "When" can resolve redirection. You can otherwise encapsuled this in a function and then call it. ``` shell LOG_FILE="$SHELLSPEC_TMPDIR/test" remove_logs() { rm "$LOG_FILE" } Context...