Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
unix command to open the xls file
Name: ksrao123 Date: June 1, 2004 at 08:43:22 Pacific OS: Unix CPU/Ram: 512
Comment:
Hello All, How can I open the xls file using unix command or shell script.
I would like to open the xls file in Excel using Unix command or shell script.
Summary: I have an urgent need to write a command-line script using Unix commands to check the CPU and MEM usage (%) of an application called "myappl". Can someone help me, please? ...
Summary: Hi there, I have a program which will write some log information to a log file. The problem is this log file grows too fast. But the log information is necessary to me. What I want to do is trying to ...
Summary: I don't think you can generate an xls file from unix. You spool a flat file and the file name should have .csv (comma delimited). Also, each columns from the database should be separated by (, i.e.,c...