My script will be run with filename.csv as argument. How to get the filename ".csv" without extension inside script?
http://www.experts-exchange.com/OS/Unix/AIX/Q_23608358.html
i have a string that i will get into my script that always starts with FEEString1, FEEString2, FEEString3 and so on. How to get the String1, String2 and String3 from that string
echo $filebase
...
http://www.experts-exchange.com/OS/Unix/Q_23608623.html
In a Unix Shell script, I would like to know how to change a file name to current date and time.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11311837.html
Zones:
C++Date Answered: 09/19/2000 Rating: 7.2 Views: 0
Can I call a PL/SQL procedure from a UNIX script and have it reutrn a parameter to a UNIX variable?
If this is true, then how?
http://www.experts-exchange.com/Database/Oracle/3rd_Party_Tools/Q_20207108.html
Hi,
In a unix script, how can i specify that a file should be displayed only its size is eg 5kb else not? What should be the test condition in the if statement.?
Pl. guide
Thanks
http://www.experts-exchange.com/OS/Unix/Q_20268007.html
Zones:
Unix OSDate Answered: 02/08/2003 Rating: 7.4 Views: 0
Hello,
I want to execute a ping command in the unix shell, and return the output back into the java code.
How can I do this (code example if poss)?
Thanks,
Adam
http://www.experts-exchange.com/Programming/Languages/Java/Q_20587001.html
Zones:
JavaDate Answered: 04/16/2003 Rating: 7.6 Views: 0
I got a whole range of questions starting with:
How do you prevent a file from being deleted in unix?
I cant find the command anywhere.
http://www.experts-exchange.com/OS/Unix/Q_20615710.html
Zones:
Unix OSDate Answered: 05/29/2004 Rating: 6.6 Views: 0
Good afternoon Gentlemen,
I writing a Unix Shell script for to ping a web server and if it does not respond then the script will subsititue a record(second web server) in the DNS to go to an...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20980765.html
I am a newbie to Unix scripting and need a Unix script to do the following :
1. Take partition name as parameter and drop the partition.
2. Alter tablespace to Read/Write
3. Take new partit...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_21008973.html
Zones:
Solaris UnixDate Answered: 08/28/2004 Rating: 7.4 Views: 0
Hi folks,
I am writing an application which is trying to call an executable which accepts a script file name as a parameter.
What I need to know:
1- Since I don't have the actual executable...
http://www.experts-exchange.com/Programming/Misc/Q_21224010.html