Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
3 answers
1k views

I am using a paste command to concatenate two .csv files column wise. These both files are huge file and when I run the paste command as below where comma(,) is the delimiter: paste -d',' file1.csv ...
tpsaitwal's user avatar
  • 151
2 votes
1 answer
204 views

I have a generated csv that has the following format: unixtime;host_name;ip_adress;description;2;0;1 I have been trying to parse this csv to do the following: change field 1 from unix timestamp to ...
user2653557's user avatar
6 votes
3 answers
5k views

I have a issue since I'm not familiar with awk. I have csv file generated from sar -d output converted to csv style: 12:33:41 unix,restarts 12:35:00,lofi4096,0,0.0,0,0,0.0,0.0 ,iscsi0,0,0.0,0,...
BitsOfNix's user avatar
  • 5,217
2 votes
1 answer
1k views

I have daily files that come in via FTP with incorrect dates in the first column of the file. I have figured out how to deduct one day to derive the correct date and print this to a new file. The main ...
user61818's user avatar