Hallo everyone :),
I have a rather conceptual question:
I want to know which possibillity purposes people use shell scripting in the database area, specially in term of SQL?
For instance, I have these basic database operations such as INSERT, SELECT, DROP, etc. I just want to know in which way we can use shell scripting to support database operations?
I am beginner to the SHELL SCRIPT and want to Learn SHELL SCRIPT Basics.
This thread should help to all beginners who want to learn SHELL SCRIPT
*** Thanks in advance to those who will contribute on this thread ***
Please guide me and all beginners...
1. Is there any good e-book available? if yes please share links.
2. Where can I try my shell script learning? any online servers available?
3.
I'm very new to Ubuntu. I hear people say "shell scripting", "bash scripting".
I wonder are they same? Or they are different?
Thanks in advance.
I am a new user of this community. I want to learn Unix shell scripting. So please guide me on how to start for the same.
hey I am new to shell scripting please help me.
we have to create 2 or 3 tables in the file.txt format i.e.,
file name like ABC.txt, abs1.txt....
Name Empid Mangerid Adrress
abc 1 11 hyd
efg 2 11 hyd
like this we have to create.
this are input source.
we have to get the out put has
in output source file.ksh(abc.
Hi All,
I am fairly new to Shell Scripting, however learning fast ;-)
I have been asked to do the below basic shell script :confused:
There are few feed files we are recieving in the server from multiple locations spread out during the day, rite now we are checking manually each file if it has loaded or not:wall:
However, We hope to automated the process where by running one script we can
i am new to Unix and shell scripting and i want to contribute as a developer to android source code and want to learn in depth knowledge in Unix, Linux, and shell scripting.
Hi,
I am thinking to increase my knowledge towards shell scripting and tcl scripting.
The thing is, please suggest me a script which i can code is useful in learning as well as to project it to my team mates and it is helpful to all my office team mates.
I'll give you an idea of what we regularly use in my office.
1. fix bugs in tcl and shell
2.
Hi Unix Experts,
Happy Morning to all !! :)
I am new to UNIX Shell Scripting and at my begineer level. To get acquainted to scripting, I am trying to create a script.
The details/requirements of my script was to create a script with month changing logic in it so that on every 6th Working day, it calls one more script that will process certain data.
I have just started to put my heads on it.