makejunk().filter().last(4) => fourthings
fourthings = makejunk().filter().last(4)
makejunk | grep foo | tail -4 > fourthings
> fourthings makejunk | grep foo | tail -4
fourthings=$(makejunk | grep foo | tail -4)