Hi! I have another question about file manipulation on unix. I have a Korn shell script which uses sqlloader to load a .csv file. There is a header on the file which I do not want to load. How can I either strip the first line from the file prior to loading, or does sqlloader have a way to...
Hi! I was hoping someone could help me with this. I'm working in Korn shell and am trying to pass a variable to a tail command and am having problems doing this.
tail -"$var" > out.txt
The quoted part is where I'm having problems. Ideas would be appreciated! Thanks!
Juls
Hi All!
The company I consult for has determined that they are going to replace their current batch-oriented system with the real-time Tibco software. As far as I can tell, the main driver for this is "it's newer and it's cooler" than what they currently have. I am a developer who has worked...
I'm trying to create a popup message to prompt a user Y/N whether they really want to delete a user before proceeding. The MessageBox class has the functionality I need, but my application is a web app. The MessageBox class resides within the System.windows.form.dll assembly however. Is there...
I am trying to set up a textbox within a datagrid and I'm not sure how to do it. Here is the code I'm working on. I would like these cells to be textboxes that the user can modify the values and hit a save button for processing. Right now, I can set the cell text, but am unable to figure out...
I am experiencing problems using ADO to run my Oracle function within a C# program. I am able to run the function just fine in oracle, but when running it via ADO, I consistently get the following msg:
Error MSG:
ORA-06550: line 1, column 18:\nPLS-00306: wrong number or types of arguments in...
HTML export to excel - losing leading zeros and date format
Hi! I'm hoping someone can help me - I've searched the archives and haven't found this exact issue.
I have an application that I've inherited where a dataset is exporting via an html table to an excel spreadsheet. This process is...
Hi All! I'm a newbie regarding Visual Studio.net and am in the process of interviewing a developer for a project that is 3/4 complete. I need someone up to speed very quick, and am interested if anyone can help me with some good questions that will weed out the applicants that are BSing. I've...
This is my first VS.Net app so I'm going a bit nuts. Basically, I inherited an app that was 1/2 done from consultants who are no longer with the company. I'm on my own and a newbie to VS and feel like banging my head against the wall! [sadeyes]
(One of) MY PROBLEM(s):
I have a solution with 2...
I am attempting to create an array of strings using KSH but it doesn't appear to work:
set -A string_list "string one" "string two" "string three"
Does ksh allow storage of strings in arrays, and if so, what am I doing wrong?
Thanks in advance to anyone out there...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.