hi,i am using ubuntu and generally use VI editor to write shell scripts. i am required to write a shell script to copy the text of one file(a text file) into another file.While the script executes, the shell shall ask the user to input the source filename and destination filename (both these files have been initially created by using "cat" command in the terminal).
So I created a small bash script to consolidate some files across a couple different unix machines, what they are is irrelevant. Script works fine.
I have a batch file on a PC that remotely executes this script, again, no hiccups in the process.
Hi,
I am very new to shell scripting and I need to create a shell script that would keep track of inventory from a csv file. So if someone orders something online the program will subtract that item that way they can't sell more than they actually have. I have no idea where to begin like I said I am extremely new to shell scripting. Any help is very much appreciated.. Thank you.
Hi All,
I have a shell script in Linux and it will be invoked by 2 methods,
1) An automated background process .
2) Logining into the box and directly executing the script.
I need to put a validation in my shell script such that it will be executed successfully on when an automated background process invokes it.
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 am just getting my feet wet in scripting and want to debug a certain script.The script basically is to perform video encoding by successively executing shell scripts generated by Acid Rip.
Hello everyone. I am new to shell scripting and i am required to create a shell script, the purpose of which i will explain below.
Hello,
I am new on PHP scripting .I have shell scripts which I an running currently from linux server but now I want to make a web portal from where I will run all my scripts but the problem is all my scripts ask for parameters so I am getting confused how could I run my shell script from web portal.for example my portal design is ready and able to execute the script when it ask for parameter no
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?