Search Results

Search: Posts Made By: Rafael.Buria
2,292
Posted By Rafael.Buria
List files with a certain condition
Guys help me out here....

I have the following var: date_system=20080507

And I have a folder with many files with the following pattern:
test_%date%_reference, like

test_20080201_tokyo.csv...
6,342
Posted By Rafael.Buria
validation of data using filter (awk or other that works...) in csv files
Hello People

I have the following file.csv:

date,string,float,number,boolean
20080303,abc,1.5,123,Y
20080304,abc,1.2,345,N
20080229,nvh,1.4,098,Y
20080319,ugy,1.9,586,N...
4,586
Posted By Rafael.Buria
Hello Sir and thanks for the answer... It´s a...
Hello Sir and thanks for the answer... It´s a little bit hard to explain what I want in this....

I need to make the call of some script and pass a parameter like a sad I have two of them Lond and...
23,255
Posted By Rafael.Buria
Try this ksh yourscript - That´s not only fot ksh...
Try this ksh yourscript - That´s not only fot ksh fscripts and sometimes works for me.
4,586
Posted By Rafael.Buria
Passing a parameter while calling a script
Hello everyone

I was asked to pass a parameter in the calling of a script. I´ll have two parameters London and Birmingham and I´ll need to pass this because each of these will have a specific...
1,706
Posted By Rafael.Buria
Hello Sir The key=$1; is a variable that I...
Hello Sir

The key=$1; is a variable that I set to make the if enter in the code making the relation witht the columns.

I´ve solved the problem witht the following code :

awk -F, 'BEGIN {...
1,706
Posted By Rafael.Buria
Awk Doubt _ Urgent
Guys

I have the file TEST.csv generated after a join of two different files with the same columns:

key,string,data,number,key,string,data,number
abc,test,020202,3,abc,test,010305,4...
2,426
Posted By Rafael.Buria
Many thanks to you...
Many thanks to you...
24,419
Posted By Rafael.Buria
If u are in the a1.ksh script and want to run the...
If u are in the a1.ksh script and want to run the a2.ksh from it, just do this
. a2.ksh
If you are in a different folder :
. /your/folder/a2.ksh
2,426
Posted By Rafael.Buria
AWK doubt
Hello people

I have a doubt about awk... I´m using it to create a condition where I do not want to use the 0 (zero) value of a certain column.

- This is the original file:
...
4,110
Posted By Rafael.Buria
thanks Jim...:D
thanks Jim...:D
4,110
Posted By Rafael.Buria
AWK - conditional cause
Hello guys,

I want to make a conditional cause in the following file using awk:
awk '{ if ($2 != 0) print $1, $2, $3}' test.csv > test2.csv

FILE EXAMPLE = test.csv

string,number,date ...
1,718
Posted By Rafael.Buria
Thkx Mr... I´ll try
Thkx Mr... I´ll try
1,718
Posted By Rafael.Buria
Capture of month
Guys I need your help...

I receive the month and the day in a file and I keep it in a variable. I need to take this day that I´ve kept compare with the current day and pick the file to the next...
2,637
Posted By Rafael.Buria
ORACLE return a function to Solaris
Guys,

I´m have this problem and I do not know what to do anymore:

cod=`sqlplus -s ${DATABASE} << EOF
set heading off feedback off verify off
select max(eventid) from events;
exit
EOF`
...
2,693
Posted By Rafael.Buria
set Working day in ksh
Hello guys it´s a pleasure to type with the unix community...I´m new in shell script and I need to insert into a #!/ksh a statment that will check if a file that I´ll receive from another script is...
Showing results 1 to 16 of 16

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