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..!

Reply via email to