Search Results

Search: Posts Made By: gvolpini
3,431
Posted By gvolpini
Thanks to everyone for looking at my problem; I...
Thanks to everyone for looking at my problem; I think now I know what I will need to do.

Regards
G
3,431
Posted By gvolpini
This is "spacing" .. you have to take in...
This is "spacing" .. you have to take in consideration the previous field; do you not? But regardless; I tried it with longer lengths and it still doe not align.

Thanks
3,431
Posted By gvolpini
Aligning output with null fields in shell script
Hello Gurus !

I have what probably amounts to a few simply changes to fix; however for the life of me I cannot seem to get it ti work. I need to align the output of my script (I am writing to a...
3,974
Posted By gvolpini
Convert shell script to Perl
Hello,,I have a very small script that contains these lines; and it works perfectly; however I need to use Perl now as I will need to feel variables from a MySQL table into this; to it would be nice...
1,038
Posted By gvolpini
Show only new and removed records by comparing to MySQL tables
Hello all;

I have been really frustrated with finding the correct perl code (and MySql statements) to accomplish what I thought was straight forward...I have tested I don't know how many different...
9,356
Posted By gvolpini
Thanks black_fender...
Thanks black_fender (https://www.unix.com/members/302103258.html) worked splendidly.
9,356
Posted By gvolpini
Send correct exit code from child script back to parent
Hello all; hope someone can help me cause I am going crazy trying to find a solution for (what I think is simple) issue...looked hard up and down this forum and tried several "solutions" with no...
1,800
Posted By gvolpini
Thanks..I will give it a try...can anyone else...
Thanks..I will give it a try...can anyone else please help with the MySQL part?

Regards
G
1,800
Posted By gvolpini
Get Permissions and save to data
Hi all;

I have the following code which gives me kind of what I need:

#!/usr/bin/perl
use Fcntl ':mode';
#
if ($ARGV[0] ne "") {
$filename = $ARGV[0];
} else {
print "Please specify a...
10,635
Posted By gvolpini
Thanks for your time...I will try it out. ...
Thanks for your time...I will try it out.
Sincere regards
Giuliano

---------- Post updated at 02:53 PM ---------- Previous update was at 08:24 AM ----------

Not really working as I intended....
1,755
Posted By gvolpini
Convert awk command to Perl
Hi all;

I have a Perl script that uses this awk command wrapped in a "system" call; it works exactly as I want it; however I want to keep this a Perl script and have very few if any "system"...
10,635
Posted By gvolpini
Compare two string and get "exact" difference only
Hi all;

Pretty green to perl programming; been searching high and low for a perl (preferably) or unix script that will compare 2 CSV strings in the same file that are separated buy the "|"...
1,672
Posted By gvolpini
compare 2 CSV fields from same diff output
Attached is a file called diff.txt

It is the output from this command:
diff -y --suppress-common-lines --width=5000 1.txt 2.txt > diff.txt

I have also attached 1.txt and 2.txt for your...
3,300
Posted By gvolpini
Parse diff output into very detailed & summary report
Hello all;

I'll try an explain my dilemma as best I can. But first some background:

1- I am suppose to compare a database to itself before and after changes; basically generate audit trail...
1,950
Posted By gvolpini
Please ignore this request...it is too undoable...
Please ignore this request...it is too undoable the way I have explained it...I will regroup and provide a different solution that I would like some assiatnce with...thank you all for looking.
...
1,950
Posted By gvolpini
Sorry; used these files instead... Attached...
Sorry; used these files instead...

Attached the sample files that are used to generate the diff output; so I use the following in my script:

diff fuss_lsof_conf.txt fuss_lsof_conf2.txt >...
1,950
Posted By gvolpini
Attached the sample files that are used to...
Attached the sample files that are used to generate the diff output; so I use the following in my script:

diff fuss_lsof_conf.txt fuss_lsof_conf2.txt > diff_fuss_file.txt
1,950
Posted By gvolpini
sure...do it shortyly
sure...do it shortyly
1,950
Posted By gvolpini
Parsing diff output into report
Hello all;

lat week I was able to get some assistance on creating a summary report from a file generated by a "comm" comparison of twp CSV files...turn out now that I am being asked for a detail...
1,090
Posted By gvolpini
Thanks birei...will give it a try !! ...
Thanks birei...will give it a try !!

---------- Post updated at 11:00 AM ---------- Previous update was at 10:26 AM ----------

Worked like a charm..I just had to add the initial file open as I...
1,090
Posted By gvolpini
[Solved] Messaging data into required report
Hello to all;

hope someone can assist me in getting the required output that my manager is expecting.

I have been able to generate this code which does the comparison of the files and creates...
1,113
Posted By gvolpini
Have files take on DIR permissions
Hello all;

I have a question based on a ticket I have from a user... K...first some background...this client needed a generic user setup to allow them to ftp files; user is called "msifpt"...so...
1,247
Posted By gvolpini
I did never said I did not want to share...what I...
I did never said I did not want to share...what I am really after; and I should have just stated that up front; is to know if a command exists that can identify what files have been accessed by a...
1,247
Posted By gvolpini
What moved my file?
Hello all; I have a dilemma; I have a script that runs for several clients; the script is quite simply invoked as:

<scriptname> xxx (where xxx is the client 3-digit identifier)

My script is...
11,877
Posted By gvolpini
Oh...did not think of the >>; will give it a...
Oh...did not think of the >>; will give it a try...thanks to both of you for your time and effort...I will let you know how I progress on this one.

Sincere regards
Giuliano
Showing results 1 to 25 of 31

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