in reply to Re: appending to a file
in thread appending to a file

The file test has not failed

Replies are listed 'Best First'.
Re^3: appending to a file
by Nkuvu (Priest) on Mar 19, 2009 at 17:16 UTC

    The -e checks for the existence of a file, not writability. So the file test in question won't guarantee that your file can be opened for appending.

    A reply falls below the community's threshold of quality. You may see it by logging in.