I have a ETL job that creates the excel file and puts into one of the unix directory.
I have an unix "mailx -s" command to send that excel as an attachemnt.
I am looking for a way to extend my program or script to make the Excel file write protected before sending it in mail. The program/script should run on Linux/Unix ?
Is there any way.. Please suggest.