I've got a 33GB .csv file. The column names in the file are wrong. I need to replace the first line with another line I have in a text file. I was thinking sed should be able to do edit in place ...
Hi, I'm trying to update the serial number line in some bind files using a linux script. This is running on hardware that has a stripped down version of linux so I don't have access to perl or ...