Search Results

Search: Posts Made By: ezee
4,410
Posted By ezee
I got working solution with sp.Popen(['make',...
I got working solution
with sp.Popen(['make', '-C'] + [os.path.expandvars(item) for item in
make_line],
bufsize=0,
...
4,410
Posted By ezee
Subprocess.popen() should write to log without waiting for process to complete
Here is my test code
process = sp.Popen(['make'] + [os.path.expandvars(item)
for item in make_line],
...
Forum: Linux 02-23-2016
1,833
Posted By ezee
Print line 1 if line 3 matches of the output
Hi

I want to extend following command so that on the basis of "Branch: ****" on the third line I can grep and print name of the file on the first line.

cat .labellog.emd | grep...
Forum: OS X (Apple) 02-02-2016
1,899
Posted By ezee
Can I mount partition at given dir path
Hi,

In Linux, I had modified fstab file which used to mount ~/Music, ~/Pictures, etc with disk partitions containing corresponding content or binding directory located at other partition. But I am...
5,123
Posted By ezee
No I get 0 always when I don't use eval and do...
No I get 0 always when I don't use eval and do like $(CLI command) or `command`, using eval I am getting 0/1(tested), which is ok for my plan.
I want to store version i.e $2 that I got after awk...
5,123
Posted By ezee
Eval and get awk output assigned to variable
I want to do 2 things in single line that is evaluating a command to get return code and store $2 of awk if the command exit code is 0.

eval "ade desc ${filename}@@/<branch_name> | grep Version |...
Forum: Web Development 07-09-2014
1,779
Posted By ezee
?
?
Forum: Web Development 07-09-2014
1,779
Posted By ezee
There are multiple layers of image which give...
There are multiple layers of image which give feeling of 3Ds . So is that also achieved using iosscipts plugin?
Forum: Web Development 07-09-2014
1,779
Posted By ezee
Which technology is used on this website?
Hi,

Home ~ InfoBeans (http://www.infobeans.com/)

I want to know technology framework using which we can achieve that kind of look and feel


Thanks
Forum: Programming 05-30-2014
7,207
Posted By ezee
How to know which binary generated obtained core dump?
Hello,

Suppose there are large number of binaries are executing on a system. Meanwhile, we find a dump, now how can we know from core dump that which binary file it is related to?

Thanks
...
Forum: Programming 05-19-2014
929
Posted By ezee
How bit representation of a number can be done in c?
I have an assignment in which a character is the input of which some bits(from a position to certain position) are to be inverted (1's complement) and then the resultant character is to be...
1,531
Posted By ezee
How to pass parameter to pipe command row-wise?
Hi,

I have a list of parameter in a file. I want to pass them one by one to piped command and syntax is like <command> <parameter> <command continues>

How to achieve that ?

Thanks
754
Posted By ezee
DPSDMX10 DPSDMX10_T DMX_DP COMPLETED ...
DPSDMX10 DPSDMX10_T DMX_DP COMPLETED 01/31/2014 202626 01/31/2014 202630 node SYS_BATCH 9027 100 0064506 0404544 01/31/2014 user ...
754
Posted By ezee
Redirecting lines containing specific value at second field
How to find and redirect such line from a file to another using single composite command?

DPSDMX10 DPSDMX10_T DMX_DP COMPLETED 01/31/2014 202626 01/31/2014 202630 ...
2,293
Posted By ezee
no there is none such pattern
no there is none such pattern
2,293
Posted By ezee
I was trying this command...am I going correct? other there is better way
I was trying to copy all debs from apt cache to some storage location and I was taking this approach...

/var/cache/apt/archives# ls -1 | grep -v jdownloader | fgrep .deb | xargs cp...
928
Posted By ezee
There is no point of concatenating both side with...
There is no point of concatenating both side with X and then compare.
928
Posted By ezee
What is the meaning of this statement in gawk?
if ("X"Cle == "X"Cle_A_Extraire)

Thanks in advance...
916
Posted By ezee
and this?
Thanks for answering

sort -r -t";" -k1,1 -k15,15

what r is doing here?
916
Posted By ezee
What is the meaning of this statement?
Temp=${PATH_PROC_USER:=""}Thanks for your time and answer.
Forum: Programming 06-14-2012
5,142
Posted By ezee
[c] How to calculate size of the file from size of the buffer?
Hi,

Can I find size of the file from size of the buffer written?
nbECRITS = fwrite(strstr(data->buffer, ";") + 1, sizeof(char), (data->buffsize) - LEN_NOM_FIC, fic_sortie);
Thank You :)
Forum: Programming 06-13-2012
891
Posted By ezee
[c]Why first file is creating after the second. How to avoid
Hi,

My Code is as below:
nbECRITS = fwrite(strstr(data->buffer, ";") + 1, sizeof(char), (data->buffsize) - LEN_NOM_FIC, fic_sortie);
fclose(fic_sortie);


sprintf(PATH_BALISE,...
5,112
Posted By ezee
how to change modified time of a file
A files last modified time is like 03/02/2012 xx:xx:xx

So what would be the command to convert the last modified in the given signature

Thanks for giving time and replying..:)
1,312
Posted By ezee
Thanks agama
Thanks agama
1,312
Posted By ezee
How to print log of gawk
I have used gawk inside my script. But doesn't make log of that. So, what is the way to make logs of gawk block

Thanks for replying...:)
Showing results 1 to 25 of 64

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