|
From: | Peter & Kelly Passchier |
Subject: | Re: Bug: different behavior between "jobs -l" and "builtin jobs -l" |
Date: | Wed, 22 Mar 2017 03:27:47 +0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 |
On 22/03/2560 01:32, Martijn Dekker wrote: > A workaround for the original poster's problem could be: > > (unset -f jobs; unalias jobs; eval 'jobs -l') | wc 'unset -f jobs' is not guaranteed to unset jobs, it might set jobs to a function definition in an earlier scope..!
[Prev in Thread] | Current Thread | [Next in Thread] |