Debugging mode while executing Unix Shell Scripting


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Debugging mode while executing Unix Shell Scripting
# 1  
Old 05-11-2012
Debugging mode while executing Unix Shell Scripting

Hi,

Is there any debugging tool for Unix Shell Script like we have gdb in C/C++?

Also please let me know how to close the thread is it automatic or we have to close it manually.

Thanks and Regards
# 2  
Old 05-11-2012
Other than setting the shell in debug mode, not that I know of...
about closing the thread, it is automatic based on time passed (3 months...). Of course to avoid thread hijacking on nonsense being posted we would prefer to close the thread after you have sent a post saying your issue is solved, giving us the opportunity to add [Solved] to the subject and close the thread soon after...
This User Gave Thanks to vbe For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

UNIX Shell scripting

Hi, How to read .lst file line by line and while reading time it needs to copy the file into another file in unix shell script. could you please help in this issue. Thanks, Rami Reddy. (4 Replies)
Discussion started by: Rami Reddy
4 Replies

2. Shell Programming and Scripting

UNIX shell scripting

Hi Guys, I suppose I have a file with these values 1 2 3 4 5 6 and I want to count how many values do I have. I know is I had the values in lines I will use wc -l How can I do that ? Thanks in advance... (2 Replies)
Discussion started by: Phuti
2 Replies

3. Shell Programming and Scripting

Need help in UNIX Shell Scripting

Requirement is :- 1. there will be daily monthly and on demad flat files coming in SourceDir folder in unix. I want that if daily files are copied in the folder then my script shd check that if files are copied and are correct then process to load files trigger otherwise send a mail to... (1 Reply)
Discussion started by: Ruchi A
1 Replies

4. UNIX for Dummies Questions & Answers

Unix Shell Scripting( Calling from Unix to PLSQL)

Hello Experts, I have the following questions to be discussed here at this esteemed discussion forum. I have two Excel sheets which contain Unix Commands llike creating directory the structure/ftp/Copy/Zip etc to basically create an environment. I need help in understanding some of... (1 Reply)
Discussion started by: faizsaadq
1 Replies

5. Shell Programming and Scripting

ERROR in executing mysql querys in shell scripting

Hi All, Please see the below script for mysql 3 commands. Its giving me the right output for all three commands but showing some errors in first two commands , i guess there might be an issue with date. Can anyone help me . #! /bin/bash TABLE_NAME=testingddatabase USER_NAME=root... (3 Replies)
Discussion started by: aish11
3 Replies

6. Shell Programming and Scripting

Unix shell scripting help

Hi , I am beginner in Unix. I have a string /aa/bb/cc/dd. I want to extract the sub string /aa/bb/cc from this . How do i do that in bash? (1 Reply)
Discussion started by: vignesh53
1 Replies

7. Shell Programming and Scripting

unix shell scripting

hi experts, i m a btech student......my mini project is making a secure unix shell which is intented to stop mal practice in educational environment...........in other words need to create a new shell in which commands like cp do not work....can anyone suggest me how to begin with it....refrence... (3 Replies)
Discussion started by: vikas MENON.S
3 Replies

8. Shell Programming and Scripting

$# in unix shell scripting what does it mean

Hi can some one let me know what is the meaning of $# $@ $_ @_ in unix shell scripting. I really appreciate your time for replying to my post. Thanks In Advance (4 Replies)
Discussion started by: einsteinBrain
4 Replies

9. UNIX for Dummies Questions & Answers

executing SQL query using unix shell script

I want to perform few post-session success tasks like update a status to 'true' in one of the sql database table, update date values to current system date in one of the configuration table in sql. How do i achieve this in a post session command?syntax with example will be helpful. (3 Replies)
Discussion started by: nathanvaithi
3 Replies

10. Shell Programming and Scripting

difference between AIX shell scripting and Unix shell scripting.

please give the difference between AIX shell scripting and Unix shell scripting. (2 Replies)
Discussion started by: haroonec
2 Replies
Login or Register to Ask a Question