Search Results

Search: Posts Made By: kharen11
36,552
Posted By kharen11
The -uvf works!! Thank you so much...
The -uvf works!!

Thank you so much...
36,552
Posted By kharen11
'find' and 'tar' combination
I'm trying to tar the files I get from the 'find' command result. However I can't make it run successfuly? This is for our archiving process.

Here is my script:
find /mnt/LOGS -mtime -10 -name...
Forum: Programming 07-30-2007
27,859
Posted By kharen11
C Program Decompiler
Does anyone know any C++ program decompiler tool?

Appreciate anyone's help.
4,958
Posted By kharen11
Remove duplicate entry in one line
Can anyone help me how can i print only the unique entry in a line?

MI_AP MI_AP MI_CM MI_MF
RC_NAP MBS_AP SF_RAN MBS_AP NT_CAR

so that it will on output the one unique entry per line.
...
2,184
Posted By kharen11
It Worked!!!! Thanks so much!!
It Worked!!!!

Thanks so much!!
2,184
Posted By kharen11
i renamed the script as script.sh and running it...
i renamed the script as script.sh and running it with an input of input file bu got the following error:
script.sh[4]: test: Specify a parameter with this command.
script.sh[5]: test: Specify a...
2,184
Posted By kharen11
on my example: User1 SF SMB QH user2 SF SF ...
on my example:
User1 SF SMB QH
user2 SF SF
User3 QH
User4 SMB QH
User5 QH QH QH

On the above example the result should be User1 and User4 Because User 2 has both SF's and User3 got only one...
2,184
Posted By kharen11
Each user should have same inputs per column,...
Each user should have same inputs per column, otherwise, output the user on a file.

The output is only User1 and User4 since these users have different inputs
2,184
Posted By kharen11
Diference of file in a line
I am going to arrange a data and excel can't do this functionality.
If anyone here could help me do this i will really appreicate it.

I have a file that contains thousands columns and it looks...
8,349
Posted By kharen11
Perfect! :) That works wonders!!!! Thank you...
Perfect! :)

That works wonders!!!! Thank you so much for the BIG help :) :) :)
8,349
Posted By kharen11
Opps!! sorry.. The output should be: ...
Opps!! sorry..

The output should be:
AAABB370 role3 (without the role2)
AAABB371 role3
AAABB372 role3 role4
AAABB373 role6 role5
AAABB374 role1 role2 role3 role6

For clarification:...
8,349
Posted By kharen11
#! /opt/third-party/bin/perl open(FILE, "<",...
#! /opt/third-party/bin/perl

open(FILE, "<", secondfile) || die ("Unable to open secondfile. <$!>\n");

while( <FILE> ) {
chomp;
@split_arr = split(/ /, $_);
my $dump;
for( my $i =...
8,349
Posted By kharen11
Code: #! /opt/third-party/bin/perl ...
Code:
#! /opt/third-party/bin/perl

open(FILE, "<", secondfile) || die ("Unable to open secondfile. <$!>\n");

while( <FILE> ) {
chomp;
@split_arr = split(/ /, $_);
my $dump;
for( my...
8,349
Posted By kharen11
What if I want to compare the files the other way...
What if I want to compare the files the other way around? I can reverse the two files but it will give too many fields output based from my current file and i still have to further arrange the data...
8,349
Posted By kharen11
Yes it works!!! Thank you so much. :)
Yes it works!!! Thank you so much. :)
8,349
Posted By kharen11
It's not working :(
It's not working :(
8,349
Posted By kharen11
matrixmadhan - I find some minor problem on the...
matrixmadhan -
I find some minor problem on the code. It should search for the exact file pattern.

In my example below:

record1
mary MI_AP
anne MI_RC

record2
role1 MI_AP_REC
role2 ...
Forum: What is on Your Mind? 03-11-2007
14,032
Posted By kharen11
Wow! I fell like all of you are all experienced...
Wow! I fell like all of you are all experienced in your own fields. Im only in my 20's, also a girl which i think is very uncommon here and enjoying my work as a Tech Support in our project...
8,349
Posted By kharen11
Wow! You're a genius! It worked! It will save me...
Wow! You're a genius! It worked! It will save me lots of time in doing my work. :)
Thanks a lot!
8,349
Posted By kharen11
Yes, you're right :) Can you tell me where in...
Yes, you're right :)
Can you tell me where in the code is the first file and the second file?
8,349
Posted By kharen11
The files on file1 can go over several rows and...
The files on file1 can go over several rows and columns as well as for file2. For example, mary has a, b and d. It will then search the file2 that contains a, b and d (it should be all not any) which...
8,349
Posted By kharen11
It's not a homework. Actually I tried using excel...
It's not a homework. Actually I tried using excel to manipulate the files but I'm not familiar with macros so I hope someone can help me do it in UNIX.

This will be a repeated process for me and...
8,349
Posted By kharen11
Compare files
Hi Masters! I know this problem is quite difficult.
I have two files that looked like this:

File1
mary a b d
anne d e
jane g h
sam a

File2
role1 a d c d
role2 e f g h
role3 a b d...
2,295
Posted By kharen11
They all works! Thank you guys!
They all works! Thank you guys!
2,295
Posted By kharen11
Help on file arrangement
Can anyone help me on this. I have a file that looks like this:

color red green blue
color pink yellow
number one two
gender male
gender female

The output would look like this:
color red...
Showing results 1 to 25 of 25

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