Search Results

Search: Posts Made By: chandrakala
2,336
Posted By chandrakala
where to specify the field name in SED command
HI Folks,
I know the solution to my question is very easy but i could not find it out.

There is CSV file with 20 fields with 5 rows contains different data as below:
...
1,275
Posted By chandrakala
Help with Backup Shell Script
Hi Folks,
I am newbie to shell scripting.

Summary of the problem:

In a directory there are few csv files and corresponding scripts to work on them.
I want to automate this process such a way...
2,115
Posted By chandrakala
Hi, Basically I work on EDI file. The script...
Hi,
Basically I work on EDI file.
The script will convert each record(row) in the CSV file to sterling format.
The number of records keeps varying.

The scripts goes here:


#!/bin/ksh
...
2,115
Posted By chandrakala
are u talking about this script(./new.$var.sh)...
are u talking about this script(./new.$var.sh) which acts on csv file.
2,115
Posted By chandrakala
Can you help out by written code for 2nd solution
Can you help out by written code for 2nd solution
2,115
Posted By chandrakala
Need a help in shell scripting
Hi folks,

My code goes here:


1. #!/bin/ksh

2. export LIBPATH=/ediprod6.1/gentran/lib:/usr/local/lib

3. cd /ediprod6.1/gentran/comm_EUROCSV/
4. infiles=`ls *csv 2>/dev/null` ##...
2,348
Posted By chandrakala
HI, try this code sort -u < example.txt |cat ...
HI,
try this code
sort -u < example.txt |cat

where example.txt is a filename which contains input data
1,278
Posted By chandrakala
Thanks a lot.. You guys rocks.
Thanks a lot..
You guys rocks.
1,278
Posted By chandrakala
Its showing following error: dos2unix...
Its showing following error:

dos2unix automate.sh

Thanks,
Chandrakala
1,278
Posted By chandrakala
Please need a help in shell scripting
Hi folks,
If i am trying to run the following script it giving an error saying :
automate.sh: ^M: not found.

Suppose the script name is automate.sh
#!/bin/ksh

cd...
1,198
Posted By chandrakala
Its working dariyoosh. Many thanks.:b:
Its working dariyoosh.

Many thanks.:b:
1,198
Posted By chandrakala
need a help in shell scripting
Hi Folks,
I need a help in shell scripting.

I have a CSV file which got 1000 records in it..here it goes
...
Showing results 1 to 12 of 12

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