IF –Then –ELSE example - Lane Department of Computer Science and Electrical Engineering
IF –Then –ELSE example #!/ bin/ csh # # # This script takes a filename as a command line arguement and then #displays the contents of the file to the screen # #If no arguement is provided, or the file doesn't exist ( or the user # does not have read permi...