You have (at least) two ways of going about this.
You could try to "factor out" a part of the function that goes to infinity, while making sure that what is left does not go to $0$. For example, you can factor out $e^x$ to get $$e^x-x = e^x(1 - xe^{-x})$$ or you could factor out $x$, and get $$e^x-x =x\left(\frac{e^x}{x} - 1\right)$$
in both cases, you get something that grows beyond bounds times something that does not converge to zero (in the second case, actually, you get something that grows beyond bounds times something that also grows beyond bonds)
Alternatively, you could use the fact that $e^x$ grows, in the limit, faster than any polynomial, and just estimate $e^x - x \geq p(x) - x$. Picking the right polynomial (i.e., anything that is at least a quadratic function) will mean that $p(x)-x$ grows beyond bounds.
Note that both methods above work not only to solve your particular problem, but a more general one, which you can try to solve for practice:
If $p$ is any polynomial, then $$\lim_{x\to\infty} e^x - p(x) = \infty.$$