Bourne shell scripting tutorials

Determine if a file is writable by a Bourne script user

contributed by Rex on October 20, 2003 under Bourne shell scripting

From a Bourne shell script (sh, ksh, bash, …), it is possible to test if a file exists and is writable by the user running the script.

 

Determine if file exists in a Bourne/bash shell script

contributed by Rex on under Bourne shell scripting