I have to much little knowledge of Unix. I have solved some questions but i can't know it is right or wrong.Please conform it is right or wrong and give it right answer.The Questions and its answer...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20950278.html
Hello All
I need to write a shell script to create a flar image of our systems - This is the backup solution of 2 systems on an isolated LAN and has been dictated by budget and other technical c...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_23147314.html
I am trying to write a script that
1. Accepts the following arguments:
store_number
div_number
user_id
div_code
2. Will read from a configuration file to get the Database
3. Use the div...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23324742.html
I'm working on a script to ssh from one system (query_server) to a database on another system (db_server) to run some sql updates commands and then exit
I have a version of this working that has...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/sh/Q_23595569.html
Zones:
shDate Answered: 07/25/2008 Grade: A Views: 12
I have used the "date" command for the following in Bourne Shell :
var1=`date +%d` to print the date, the result like 08 which is the date no. However, it is a string. I want to substract the va...
http://www.experts-exchange.com/OS/Unix/Q_10202845.html
Zones:
UnixDate Answered: 02/23/2002 Grade: A Views: 0
Can we simulate a array in bourne shell? If yes, how?
http://www.experts-exchange.com/OS/Unix/Q_10300605.html
Zones:
UnixDate Answered: 03/02/2000 Grade: B Views: 135
Hi
In Bourne Shell I want in a script to be able to modify a string from lowercase to uppercase e.g. "test1" to "Test1".
Does any of you know which command I have to use and how to use it wit...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20134510.html
Is there any command or build in function in the Bourne Shell that can perform the features same like MS-DOS's DOSKEY?
Or any other shell have this features?
http://www.experts-exchange.com/OS/Unix/Q_20142786.html
Zones:
UnixDate Answered: 03/20/2002 Grade: A Views: 0
Need some examples of some initial profiles for new users
that use the Bourne Shell on Sun Solaris. Need some command
line commands that allow to see the history of commands and recall
previous...
http://www.experts-exchange.com/OS/Unix/Setup/Q_20547903.html
Zones:
Unix SetupDate Answered: 08/08/2004 Grade: A Views: 0
I have a file named inbox.txt who contain some mail. You will find example below.
I want to retrieve the From, Date and Content-length of each email in the example. To do this, i used expr. as fol...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21365624.html