Clear R Console

I've been searching for a way to clear the R console, something like a cls() function.
But it seems R does not provide one.
I've found and tried a solution for Windows that emulated the CTRL+L command, which clears the console, but it simply did not work.

So, after some more research I've found this extremely easy, quick and dirty solution: cat(rep("\n",128)).
It does precisely what I need and is system independent.

./M6

Reset Windows and Linux Passwords

I've just came across a fantastic tool for system administration.
Ever used a system that no one recalls the administration password?
Or have you ever inherited a system that the only person who administrated it retired?

This tool will certainly ease the trouble of resetting the administration password: Kon-Boot.

./M6