Search Results

Search: Posts Made By: archana25
1,230
Posted By archana25
Finding the file name in a directory with a pattern
I need to find the latest file -filename_YYYYMMDD in the directory DIR. the below is not working as the position is shifting each time because of the spaces between(occuring mostly at file size field...
2,253
Posted By archana25
the above is not working. also i have around 60...
the above is not working. also i have around 60 columns. cant define for each
2,253
Posted By archana25
how can i change the width of the columns in the...
how can i change the width of the columns in the above.

---------- Post updated at 12:18 PM ---------- Previous update was at 12:17 PM ----------

tables in the csv are separated by space. if...
2,253
Posted By archana25
Is it possible to generate from 1 csv instead of...
Is it possible to generate from 1 csv instead of 3 csv's?
2,253
Posted By archana25
Splitting csv into 3 tables in html file
I have the data in csv in 3 tables. how can I output the same into 3 tables in html.also how can I set the width. tried multiple options . attached is the format.

#!/bin/ksh
awk 'BEGIN{
...
4,952
Posted By archana25
Convert csv data to html format
I am new to html and need to convert the attached csv file data to html format ; running into issues. please assist.

#!/bin/ksh
echo "<html>" ;
echo "<head><style> table {border-collapse:...
3,226
Posted By archana25
While read -a line not working in ksh
while read -a line; this is not working in ksh. what is the equivalent of this in ksh.


read: -a: unknown option
2,600
Posted By archana25
Converting csv to html format
Below is the code I have - How can I convert the data in the csv into 3 tables in html. instead of 1 table.
Attached is the format I am getting.
4,145
Posted By archana25
Generating xml file from UNIX
i have a unix script which generates the csv file. the data in csv file is dynamic. how can i convert/move the data from csv file to xml. please suggest
1,701
Posted By archana25
Its the csv delimited ---------- Post...
Its the csv delimited

---------- Post updated at 08:38 AM ---------- Previous update was at 08:37 AM ----------
1,701
Posted By archana25
Adding new column data in csv from UNIX
Adding new column data in csv from UNIX
Hi I need to add new column data daily to existing csv file. Please assist

7/11 7/10 7/9 7/8
space 10 GB 20 GB


I was able to generate current...
Showing results 1 to 11 of 11

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