i am trying to learn unix shell script programming
Is there any simulattion software available so that i can install that on my desktop
and learn. I heard there is some different shell scripting ...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21098106.html
Hi
iam new to unix and i should work now in unix .
so could you please tell
1. a good book for basics of unix
2.good book for shell scripting .
http://www.experts-exchange.com/OS/Unix/Q_21756092.html
hi,
i want to find '1.0' used in all files in folder and display those file name.
http://www.experts-exchange.com/OS/Unix/Q_23059947.html
Zones:
Unix,
PerlDate Answered: 02/01/2008 Grade: A Views: 0
Problem: Using shell scripting, suppose I want to extract data from a table in database1 into another table into database2. Then, I want to verify that the data in database2 matches the source da...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23097310.html
UNIX Shell Script
I'm in /home/suneel dirctory
in that directory
1. I need to check for a path for example com/src/resources
2. If Path exists I need to copy the files from one directory
3. If...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23100735.html
In the UNIX shell script (sample.sh) I have a following string '00000101'. How do I strip leading zero from this string so I will end up with '101'? Please note every run produces different numbe...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23148438.html
Hi
Using a Unix shell script, I am trying to run a SQL query with the output to be sent to a log file.
The log file will be set up similar to the following
LOGFILE=$AML_LOG/test_${PROC_DAT...
http://www.experts-exchange.com/OS/Unix/Setup/Q_23166182.html
Zones:
Unix SetupDate Answered: 02/18/2008 Grade: A Views: 98
Hi experts,
Please give me a solution to the below mentioned task:
Description:
1. shell script which querys oracle database and generate the csv file with date append.
2.shell script to send...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/sh/Q_23220169.html
Zones:
shDate Answered: 03/13/2008 Grade: B Views: 0
Hi experts,
i have a .cmd file n need to convert the same to a shell script. The .cmd file is pretty simple. All it does is sets a few jars to the classpath and calls a Java Progra...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23383023.html
I'm trying to populate a command line into a variable. It appears to be executing, instead. An example is shown in the code snippet.
(I'm also not sure of the best way to execute the command fro...
http://www.experts-exchange.com/Programming/System/Linux/Q_23443301.html