Search Results

Search: Posts Made By: Diesel.
1,849
Posted By bakunin
Right you are, it is: "openssl" can encode/decode...
Right you are, it is: "openssl" can encode/decode to base64:

Encode:
openssl enc -base64 -in /path/to/inputfile -out /path/to/outputfile
or to stdout:
openssl enc -base64 -in /path/to/inputfile...
1,849
Posted By kalak
you can use something like this in your .forward,...
you can use something like this in your .forward, or your .procmailrc (not sure if in procmail is safer or not):
| uudeview -a -d -i -quudeview is available as a CentOS rpm from the Dag section of...
1,849
Posted By DGPickett
If I understand this, you want to accept emails...
If I understand this, you want to accept emails that have embedded images, storing them in a directory that your web server can access to let you see the list and viw individual images.
Email can...
1,122
Posted By atul9806
u can also try this echo $PATH | grep '.'
u can also try this

echo $PATH | grep '.'
1,122
Posted By kumaran_5555
In regular expression '.' stands for any...
In regular expression '.' stands for any character. So you are trying to grep one char or two chars.

Try:


echo $PATH|grep "\."

echo $PATH|grep "\.\."
Showing results 1 to 5 of 5

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