Search Results

Search: Posts Made By: Eman_in_forum
5,726
Posted By Eman_in_forum
Thanks a lot , but the option "-C" is unknown to...
Thanks a lot , but the option "-C" is unknown to the version i use:

i_ebp@vfnla90s-z3> openssl version
OpenSSL 0.9.7d 17 Mar 2004 (+ security fixes for: CVE-2005-2969 CVE-2006-2937 CVE-2006-2940...
5,726
Posted By Eman_in_forum
Compression with openssl
Hi ,

1-I need to know please if it's possible to compress using openssl?

Here is the version used:
openssl version -a
OpenSSL 0.9.7d 17 Mar 2004 (+ security fixes for: CVE-2005-2969...
2,106
Posted By Eman_in_forum
Extracting file from .tar.gz file
Hi,

I receive a huge .tar.gz file that may reach gega's , and i try as much as i can to avoid disk space issues

Is there a way to extract from such a big file withought the need to decompress...
802
Posted By Eman_in_forum
Add strings to test lines
Hi all,

i have a file that looks like this;
8120 ahdmesb:8001
8330 ahdmesb:8001
8888 vfnla88s-z2:8888
9060 ahdesb:80
9063 ahdesb:80
9070 nleaip-vip:9070
9090 nleaip-vip:9070
9123...
Forum: Solaris 12-25-2012
5,506
Posted By Eman_in_forum
Mail from mailx not received
Hi ,

I'm trying to send a mail from a sunOS machine that is within hp network to my email: eman.el-badawy@hp.com ,the user trying to send
is 'project',,but seems the mail address can not be...
4,572
Posted By Eman_in_forum
yes you are correct i used the command you sent...
yes you are correct
i used the command you sent me-which was perfect-inside a loop
i need to remove one line above pattern 'leg1' plz advise
4,572
Posted By Eman_in_forum
It's working finally :) ...
It's working finally :)

************************************************
DIFFERENCE FOUND FOR UID = cremersy :
************************************************
a17
leg 1 is missing following...
4,572
Posted By Eman_in_forum
using /usr/xpg4/bin/awk -v var="$Var_a"...
using

/usr/xpg4/bin/awk -v var="$Var_a" '/^uid=/{(s=0);if($2 == var){s=1}}{if(s == 1){ print;next}}' FS='=' file

works pretty well !
Many thanks


Please use code tags...
4,572
Posted By Eman_in_forum
actually i am looping on uid from another file...
actually i am looping on uid from another file and need to get the details related to this uid from the file i sent you , actually this is data related to LDAP.


unfortunatelly i am getting :...
4,572
Posted By Eman_in_forum
Thanks a lot for your help :) may i explain...
Thanks a lot for your help :)
may i explain further:

Please note the following
1- i use a loop on the uid inside the file and i know its value , i.e please let me pass the uid value into the...
4,572
Posted By Eman_in_forum
need to print lines between repeated pattern
Hi all,

I have a file that looks like this:


uid=bessemsj
version: 1
dn: cn=Desk SpecialAdminDesk, ou=Desks, dc=DSS,c=nl,o=Vodafone
dn: cn=DSS Advisors, ou=Groups, dc=DSS,c=nl,o=Vodafone...
4,469
Posted By Eman_in_forum
BTW: there is a part in my file for the date i.e...
BTW: there is a part in my file for the date i.e it will like: myvf_optout_20120807_00000001.csv

but here removing the underscore using [:punct:] cased the date to be concatenated to the seq...
4,469
Posted By Eman_in_forum
Thank you !! you helped me a lot :)
Thank you !! you helped me a lot :)
4,469
Posted By Eman_in_forum
this one is very nice: printf file_%0.8d.csv...
this one is very nice:
printf file_%0.8d.csv $(( $(ls file*.csv|tr -d '[:alpha:][:punct:]') + 1 ))
:)

but i have a small problem , the output is concatenated to the shell prompt:...
4,469
Posted By Eman_in_forum
actually i am stuck at this point and i have not...
actually i am stuck at this point and i have not yet implemented this part at all.

this scripts runs daily and creates a file that has the name file_00000001.cvs at first day, file_00000002.cvs ...
4,469
Posted By Eman_in_forum
Need to represent a number in 99999999 format(8 digits)
Hi all,

i have to create a file having an 8-digit sequence number, that will start by name file_00000001.cvs at first time, the next day the file will be named file_00000002.cvs and so on.

How...
Showing results 1 to 16 of 16

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