I have no idea if this is possible: mv ~/* /dev/null
Try that one instead:
mv ~/. /dev/null
Better.
Extra points if you achieve that one also:
mv /. /dev/null
Slashdot aficionados might object to that last one, though.
Hmm... Let me go run it real quick without checking what it does.
EDIT: OH MY GOD
Try that one instead:
mv ~/. /dev/null
Better.
Extra points if you achieve that one also:
mv /. /dev/null
Slashdot aficionados might object to that last one, though.