replacing all space seperates with tabs

hi,
I have a file that is space separated at all columns. Basically what I want to do is replace all the space separations with column separations.

Thanks

kylle

tr " " "\t" < file > newfile