The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 08-29-2008
Danish Shakil Danish Shakil is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 35
forget to tell you that below script also didn't solve the issue


Code:
#/usr/sbin/ksh
set -x
touch list.txt > /dev/null 2>&1 
rm list.txt > /dev/null 2>&1