On 2010.03.31 14:03, Payal wrote:
On Wed, Mar 31, 2010 at 11:16:53AM +0200, Stephan Beal wrote:
On Wed, Mar 31, 2010 at 10:27 AM, Payal<[email protected]>wrote:
all:
cmd1 ; cmd2; cmd3
On the same line how do I turn OFF echoing of cmd2 and cmd3 only.
cmd1; cmd2; cmd3 2>/dev/null 1>/dev/null
So, to ignore errors from cmd3, I have to do,
cmd1 ; cmd2 ; cmd3 || true
right?
Yea, and more pretty as said before with colon:
cmd1 ; cmd2 ; cmd3 || :
--
С уважением, Александр Гавенко.
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make