Web Hosting Talk







View Full Version : Linux command - tee


MattF
12-02-2002, 03:06 PM
Is there a command similar to tee except it does not output to console, only to the file.

sasha
12-02-2002, 03:13 PM
tee filename >/dev/null

sigma
12-03-2002, 04:00 PM
How about cat? Or just redirection? >

command > filename

Kevin