We have :
$\sum_{l=0}^{n}l\binom{n}{l}=n2^{n-1}$
So first step, base of induction. If we take $n=1$ we get $1=1$.
Assuming that his equality $\sum_{l=0}^{n}l\binom{n}{l}=n2^{n-1}$ is true, we need to prove
$\sum_{l=0}^{n+1}l\binom{n+1}{l}=(n+1)2^{n}$.
I assume we should use pascal identity in this step but i have no idea how to solve it.