The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
simple while loop
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
simple while loop
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
12-13-2007
porter
Registered User
Join Date: Jan 2007
Posts: 2,965
how about
Code:
if test -f results.txt then rm results.txt fi
at the start.
porter
View Public Profile
Find all posts by porter