From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: Tony Lainson Date: Thu, 21 Nov 2013 09:48:15 +1100 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] p9p mk rc help Topicbox-Message-UUID: 8adbc106-ead8-11e9-9d60-3106f5b1d025 > What is the correct way of detecting failure exit status of > FOO_COMMAND (a networked operation) and ignoring exit status of > BAR_COMMAND? Perhaps something like this would work? target: fn ignore { $* || status=() } foo | ignore bar Tony