Search Results

Search: Posts Made By: diehard
Forum: Hardware 02-07-2018
4,291
Posted By diehard
Thanks. Is there any other method to...
Thanks.

Is there any other method to identified if VGA distributor is connected to my system Or Any method to forcefully generate edid file.
Forum: Hardware 02-07-2018
4,291
Posted By diehard
VGA distributor hardware detection
Hi,

I am trying to find the monitor information attach to my system. To get the detail I have decoded the information available in edid file using edid-decode utility.

The file is available at...
845
Posted By diehard
This will work only for the given format. ...
This will work only for the given format.

echo "20150217-v1-PH_THOMSON_Reuters_Bangkok_Conceptual_Ready_P20_170215"|cut -d'-' -f3
3,659
Posted By diehard
Thanks Now I got it. With your command I can put...
Thanks Now I got it. With your command I can put the content of file in some temp file before opening it with cat.
3,659
Posted By diehard
At the bottom left it is [mac] and at the right...
At the bottom left it is [mac] and at the right side bottom it is ALL written in vi.

---------- Post updated at 11:34 AM ---------- Previous update was at 11:33 AM ----------

May be I should...
3,659
Posted By diehard
Cat command not working to display Mac file in Ubuntu
Hi,

Recently I got a .txt file from Mac user. when I try to open it in my Ubuntu machine using cat command it is not displaying any content of file however I can see the content using vi.
...
976
Posted By diehard
Well as per the user statement "i know using...
Well as per the user statement

"i know using "grep", we can search inside the file, but couldn't get commands to search in file name. please help me. "

So I think user is trying to find...
976
Posted By diehard
Try out this find . \( -name "Needs" -o...
Try out this

find . \( -name "Needs" -o -name "History" \)


---------- Post updated at 12:14 AM ---------- Previous update was at 12:11 AM ----------

More precisely you can try.

find ....
1,912
Posted By diehard
Yes it working. Thanks. Can we have any kind...
Yes it working. Thanks.

Can we have any kind of separator like | or : or ; ?
1,912
Posted By diehard
Well the field is separated by , so I can have pq...
Well the field is separated by , so I can have pq abc , pq. In that case your script won't work.
By the way thanks for your help.
1,912
Posted By diehard
Thanks. But it is not working
Thanks. But it is not working
1,912
Posted By diehard
Adding variable number of space in between two string
Hi,

I am looking for the way to add variable number of spaces between two string. e.g input line is
a ,bb
abc ,bcb
pqr ,bfg

My output should be something like this

a ...
Forum: Programming 03-07-2014
1,361
Posted By diehard
Java Swing
Hi All,

I am new to java swing.
I want to develop a electronic schematic editor in java swing. An schematic editor is one where you can put all electronic components and join them to make a...
2,358
Posted By diehard
Thanks a lot!!!!!!! That will solve my problem.
Thanks a lot!!!!!!!
That will solve my problem.
2,358
Posted By diehard
Splitting Single line into multiple line
Hi All,

I am reading a line from a file and writing it to other file.
Whenever I got a particular line then I want that line to be splited into 4 line and written it to new file. e.g My line is ...
11,336
Posted By diehard
Thanks man it works
Thanks man it works
11,336
Posted By diehard
Xterm using python subprocess
Hi,

I am trying to run a shell script using subprocess in python.
I can run simple script with arguments using subprocess.But I am not able to embed xterm in subrocess command.

...
1,879
Posted By diehard
Use this awk 'BEGIN { OFS="\t" } {print...
Use this
awk 'BEGIN { OFS="\t" } {print 100,$1,200}' test >test1
1,879
Posted By diehard
Use this awk '{print 100,$1,200}' test >test1
Use this
awk '{print 100,$1,200}' test >test1
1,075
Posted By diehard
Thanks All for your reply. I am getting result...
Thanks All for your reply.
I am getting result with pamu's code.
But I still dont understand why there is issue with cat and cut command.
1,075
Posted By diehard
No change I am getting same result. Here is my...
No change I am getting same result.
Here is my file
R1 pin23I pin27I
R2 pin23G pin27G
R3 pin27F pin27D
RWire10 pin15Y pin23J
VCC1 pin27W pin13Y
...
1,075
Posted By diehard
Reading first column of file which start with space also
Hi All,

I am trying to read first column of my file using command
cat temp2_sample.cir|cut -d' ' -f1

The content of my file is as follow

R1 pin23I pin27I
R2 pin23G ...
1,118
Posted By diehard
You can use sed to replace string as. sed -e...
You can use sed to replace string as.
sed -e 's/oldentry/newentry/g' oldfilename>newfilename
1,573
Posted By diehard
Thanks....It solve my problem
Thanks....It solve my problem
1,573
Posted By diehard
Thanks!!! I was just searching for %.5sA but...
Thanks!!!
I was just searching for %.5sA but didn't get much on it in awk.
Can you let me know what exactly it is.
If I use pin[0-9][A-E] then what should come in place of %.5sA
Showing results 1 to 25 of 54

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