Search Results

Search: Posts Made By: karingulanagara
1,543
Posted By karingulanagara
I need to move files from one UNIX server to another UNIX server.
Hi,

I have two unix servers i need to move files from one server to another.

For example:

i have some files in Server1 and i want to run script in server2 to move files from server1.
...
15,229
Posted By karingulanagara
Thank you Pamu it worked.
Thank you Pamu it worked.
15,229
Posted By karingulanagara
Have you tried my second suggestion with awk...
Have you tried my second suggestion with awk file..?
yes got the same error

rwxd256:dotisdm1:/opt/DataMigration/data/NKARING: $ awk.awk
ksh: cannot fork: too many processes
15,229
Posted By karingulanagara
This time i get different error: ...
This time i get different error:

rwxd256:dotisdm1:/opt/DataMigration/data/NKARING: $ Diff.sh
ksh: cannot fork: too many processes


#!/bin/bash
 
 
awk -F...
15,229
Posted By karingulanagara
#!/bin/bash $awk -F,...
#!/bin/bash
$awk -F, 'NR==FNR{for(i=1;i<=NF;i++){A[i,NR]=$i}next}
{for(i=1;i<=NF;i++){if(A[i,FNR]!=$i){print "Line",NR,";Field",i,"diff value",A[i,FNR]"="$i}}}' taxdetails.csv RC023_test.csv
i...
15,229
Posted By karingulanagara
rwxd256:dotisdm1:/home/corebank: $ cd...
rwxd256:dotisdm1:/home/corebank: $ cd /opt/DataMigration/data/NKARING
rwxd256:dotisdm1:/opt/DataMigration/data/NKARING: $ awk -F, 'NR==FNR{for(i=1;i<=NF;i++){A[i,NR]=$i}next}
continue...>...
15,229
Posted By karingulanagara
when i run the above command i am getting not...
when i run the above command i am getting not found error
15,229
Posted By karingulanagara
Compare two CSV files and put the difference in third file with line no,field no and diff value.
I am having two csv files i need to compare these files and the output file should have the information of the differences at the field level.


For Example,


File 1:


A,B,C,D,E,F...
11,847
Posted By karingulanagara
How to remove spaces between the columns in UNIX script?.
Hi guru's,

I am trying to write a script to generate a csv file by connecting to database run a query and put the values into csv file.

But the problem i face is i am getting lot of space...
4,674
Posted By karingulanagara
My file has just this out put(using your data to...
My file has just this out put(using your data to explain)

00:00:12,137;7,0333333
00:00:22,672;7,15 ...
4,674
Posted By karingulanagara
Will this add spaces to all the 2088 rows in the...
Will this add spaces to all the 2088 rows in the file or do i need to add for each row??
4,674
Posted By karingulanagara
at the end of each line and thanks for quick...
at the end of each line and thanks for quick response.
4,674
Posted By karingulanagara
How to add spaces to test.dat file in unix??
Hi

I have a test.dat file in UNIX which has a data.I am informatica developer i get data in those files.I need to add 50 spaces to those data in test.dat file.I am new to unix So can any one help...
Showing results 1 to 13 of 13

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