how did u debugging in unix/ linux platform ??( project
Related)
Answer Posted / santana20142003
If it is a shell script use #!/bin/ksh -x
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a file basename?
What does debug script mean?
How to debug the problems encountered in the shell script/program?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What is meant by $1 in shell script?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is the first line of a shell script called?
What makes c shell a more preferable option than the bourne shell?
Differentiate between ‘ and ” quotes.
What lives in a shell?
What is bash command used for?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
What exactly is a shell?
Why are there shells on the beach?