The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > The Lounge > What's on Your Mind?
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-15-2007
matrixmadhan matrixmadhan is online now
Technorati Master
 

Join Date: Mar 2005
Location: k-tier distributed caching
Posts: 2,736
Welcome to the forum !

Code:
cp /dev/null filename
cat /dev/null > filename
Many other commands based on the shell that you are using

You can use the search facility of the forum.
There are ' n ' number of threads discussing the same.

Welcome again !
Reply With Quote