Search Results

Search: Posts Made By: GaneshAnanth
5,419
Posted By GaneshAnanth
except uppercase all four other cases are...
except uppercase all four other cases are working.

But uppercase is working only for Z(upper case Z)
Bash throws as "Entered lower case alphabet" for all other letters[A-Y]
5,419
Posted By GaneshAnanth
Chaged $var as $1 - It's not working Below...
Chaged $var as $1 - It's not working

Below is the full code - I cant able to find out what causes this error

echo "Enter the character"
read var
case $var in
[a-z])
echo "Entered a...
5,419
Posted By GaneshAnanth
BASH - case statement
Hi Gurus,

I have the below BASH code which does not works for upper case alphabets except Z (upper case Z).

What may be the reason. Also escape sequences like \n, \t, \b, \033(1m \033(0m (For...
798
Posted By GaneshAnanth
Linux and Oracle
Hi Gurus,

I am having linux in virtual machine and oracle in windows machine.

Is there possibilities to make the linux OS to interact with Oracle.

Note: I want to interact with the database...
3,278
Posted By GaneshAnanth
Is there a way to reset the shell to a previous...
Is there a way to reset the shell to a previous date-time

Am using BASH shell
3,278
Posted By GaneshAnanth
Escape Sequences
Hi Gurus,

Escape sequences \n, \t, \b, \t, \033(1m are not working.

I just practiced these escape sequences. It worked first. Later its not working.

Also the command - echo inside the...
4,775
Posted By GaneshAnanth
Hi 1. Did the COMMAND and SHELL SCRIPTING...
Hi

1. Did the COMMAND and SHELL SCRIPTING method change from one to one
for Redhat, ubuntu, centos, Fedora.

2. Can I upgrade later to Redhat latest version If I installed a version of...
4,775
Posted By GaneshAnanth
@scott Here is the Puppy link: http:// ...
@scott

Here is the Puppy link:
http://
puppylinux.org/main/Overview%20and%20Getting%20Started.htm
4,775
Posted By GaneshAnanth
Hey Scott, Thank you very much.. I will...
Hey Scott,

Thank you very much..

I will start with Bash as per you advice...I need more advice and help from you in future.

I plan to Install Redhat and need to practice on the basic...
4,775
Posted By GaneshAnanth
Shell script with Oracle PL/SQL
Hi Gurus,

I am new to this unix world...I need your help to walk through.

I want to learn shell scripting..... The shell script which can be able to use with oracle pl/sql...
So please suggest...
Showing results 1 to 10 of 10

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