Search Results

Search: Posts Made By: karthik adiga
2,951
Posted By joeyg
What happens if you do not SED the file? And...
What happens if you do not SED the file? And email it.
Can you open it then?

By the way, xls files can be funny. I often work with csv files which are easier to manipulate and without fear of...
1,776
Posted By anbu23
tr -d '\015' < abc.csv > def.csv mv def.csv...
tr -d '\015' < abc.csv > def.csv
mv def.csv abc.csv
1,776
Posted By anbu23
If you don't have header in your input file then...
If you don't have header in your input file then remove NR > 1 from awk
2,342
Posted By RavinderSingh13
Hello karthik, Seems you are using a...
Hello karthik,

Seems you are using a Solaris/SunOS system, on a Solaris/SunOS system, change awk to /usr/xpg4/bin/awk , /usr/xpg6/bin/awk , or nawk.

Thanks,
R. Singh
2,342
Posted By Akshay Hegde
If you are on Solaris/SunOS system, change awk at...
If you are on Solaris/SunOS system, change awk at the start of the script to /usr/xpg4/bin/awk or /usr/xpg6/bin/awk or nawk .
Showing results 1 to 5 of 5

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