Search Results

Search: Posts Made By: NewBean
6,530
Posted By NewBean
This should work if the utility is installed ...
This should work if the utility is installed

keytool -printcert -v -file certfilename.crt
1,162
Posted By NewBean
diff file1 file2 > /dev/null if [[ $? -ne 0...
diff file1 file2 > /dev/null

if [[ $? -ne 0 ]]
then
echo "Differences Found"|mailx -s "Diff found" to-email
fi
2,696
Posted By NewBean
echo `du -sch int* | grep "total" | awk '{print...
echo `du -sch int* | grep "total" | awk '{print $1}'`B
3,250
Posted By NewBean
try the below and see if it works. mailx -m...
try the below and see if it works.

mailx -m -s "Subject" to-address << eof
`uuencode filename filename`
eof
24,799
Posted By NewBean
Try setting the variable EDITOR=vi ...
Try setting the variable

EDITOR=vi

and export it.
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 06:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy