All Questions
2 questions
1
vote
1
answer
2k
views
Find command in IBM AIX
I would verify that files in the location listed may not have both the other-write and any execute permissions set.
This requirement to be applied recursively to files contained within subdirectories.
...
0
votes
2
answers
7k
views
How can I send email with attachment xls file using shell script as application/xls mimetype without making the received file becoming unreadable
#!/bin/bash
ATTACH1=file.xls<br>
SUBJECT="subj"<br>
[email protected]<br>
[email protected]<br>
[email protected]<br>
MIME="Application/vnd.ms-excel" <br>
FILE=$...