Search Results

Search: Posts Made By: mskarica
43,709
Posted By mskarica
sorry perderabo, its not that I was rejecting...
sorry perderabo, its not that I was rejecting what kduffin said, it was really that I didn't know what the 4 meant, so I didn't know what I was doing. I did some research afterwards and I saw that...
43,709
Posted By mskarica
Ok, I think I should rephrase my question. I did...
Ok, I think I should rephrase my question. I did some more research on daemons, and I think I can ask my question better now.

A daemon is a process that runs in the background (like a fork),...
43,709
Posted By mskarica
I am running on SUN/OS. I have not tried what...
I am running on SUN/OS. I have not tried what you mentioned, really not sure how to do it. When I said that the when the script is run with "daemon" being the owner, daemon is the root.

So...
43,709
Posted By mskarica
Run shell script as different user
I want to start off by saying thanks to everyone here, you're answers and suggestions are always very helpful.

I have a shell script which is invoked when an email is received. This shell script...
2,991
Posted By mskarica
sending mail
How do I send an email with a subject and an attachment from a command prompt?
8,361
Posted By mskarica
Could there be a problem with me accessing a file...
Could there be a problem with me accessing a file when the script is invoked? What I mean is, when I run the script throught a unix prompt, it works fine. But when an email is sent, and the scripts...
8,361
Posted By mskarica
I don't know what is happening. Let me give a...
I don't know what is happening. Let me give a little scope of my problem:
1) An email is received, and it is forwarded to a shell script.
2) the main script copies entire email contents to a file...
8,361
Posted By mskarica
rebor's answer was on the money. Its a...
rebor's answer was on the money.

Its a script that is invoked upon the arrival of an email message, and processes some information. I would basically get an error message back where I sent the...
8,361
Posted By mskarica
By the way, the only thing the script that I am...
By the way, the only thing the script that I am trying to invoke does is: it reads a mail file, extracts the sender, and saves the senders email address to a file named SENDER.

The script works...
8,361
Posted By mskarica
Invoke script within a script
I have a shell script, and I am trying to invoke another shell script from within this shell script, but it just doesn't want to work for me.

The name of the script is "extractSENDER.csh"
...
52,761
Posted By mskarica
I tried all 3, and all 3 worked perfectly. The...
I tried all 3, and all 3 worked perfectly. The last 2 options are a whole lot easier for me to understand, even though I did read up on regular expressions, and was able to follow some of the first...
52,761
Posted By mskarica
Thanks. That worked exactly how I needed it to. ...
Thanks. That worked exactly how I needed it to. If you don't mind, can you explain what this means for me so I know in the future:

's/^\([0-9]*\)[:].*/ \ 1/p'

Thanks a lot.
52,761
Posted By mskarica
Using grep to extract line number
I'm trying to use grep to get the line number only. This is the command I'm using:
grep -n "Content-Disposition: attachment" mbox

The output I get is:
45:Content-Disposition: attachment;...
20,558
Posted By mskarica
I found a perfect solution, just in case anyone...
I found a perfect solution, just in case anyone needs it in the future. It is a free program called UUDeview. There is both a windows version and a Unix version available for download at...
20,558
Posted By mskarica
Thanks for the info. I will continue to look for...
Thanks for the info. I will continue to look for a base64 decoder. I found one, but when I try to run the windows version of it, I just get a blank command prompt. When I try to configure the unix...
20,558
Posted By mskarica
Decode email
In pine email, when you receive an email with an attachment, the content of the attachment is incoded (content-transfer-encoding: base64). I am trying to write a shell script that will read the mail...
12,710
Posted By mskarica
Actually, my dean is a pretty good programmer, at...
Actually, my dean is a pretty good programmer, at least with shell scripts. He gave me a clue on what to do, so I'll post it for anyone to see.

In the home directory you can put a file named...
12,710
Posted By mskarica
Im in graduate school in Software Engineering. ...
Im in graduate school in Software Engineering. We use an email repository system built by the dean of our department that is used for students to submit their programming assignments to the...
12,710
Posted By mskarica
use email subject line as shell command
If anyone can give me some ideas on this it would be great. What I'm trying to do is to have emails be sent to my unix account. Once they are emailed to the unix account, I want to use the text in...
Showing results 1 to 19 of 19

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