Search Results

Search: Posts Made By: jwperry
29,883
Posted By jwperry
I was thinking I could get away with minimal...
I was thinking I could get away with minimal detail on my first post, but, I was wrong - sorry about that. The script actually accepts parameters that will be used in the find command. I echo the...
29,883
Posted By jwperry
Find -name "*.txt" in Korn Shell Script
The following find command works on the Korn Shell command line:

find . \( ! -name . -prune \) -type f -name "*.txt" -mtime +100

In the particular directory I'm in, the above find will list...
2,580
Posted By jwperry
The latest: The customer did not respond w/...
The latest:

The customer did not respond w/ their name/version of their email client. However, I believe he's using Netscape due to a .vcf file attached to his email.

In any case, I sent an...
2,580
Posted By jwperry
I think the confusion is the customer gets the...
I think the confusion is the customer gets the email, and in the 'preview pane', sees the email body, a separator, then the actual ASCII data that's attached. Right then, the customer is probably...
2,580
Posted By jwperry
Follow-up w/ Perderabo re: mimetool
This is a follow-up re: this thread (https://www.unix.com/showthread.php?s=&threadid=5525)

As I mentioned, this script works very nicely, thanks again.

However, the ASCII data of the 'attached...
8,487
Posted By jwperry
Wow. That works like a champ. Thanks!
Wow. That works like a champ.

Thanks!
8,487
Posted By jwperry
create email w/ ASCII attachment via command-line
All,

I need to email an ASCII data file to a business partner, and intended on creating a Korn Shell script to create an email message (minimal text), and attach the ASCII data file to the email....
Showing results 1 to 7 of 7

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