Sponsored Content
Top Forums UNIX for Advanced & Expert Users which one method is best for debugging the shell script? Post 302196995 by era on Tuesday 20th of May 2008 03:14:46 AM
Old 05-20-2008
How can debug our UNIX shell script?

"The most effective debugging tool is still careful thought, coupled with judiciously placed print statements." -- Brian W. Kernighan

Your question is really too broad to answer in this medium. Read a book or two. http://cm.bell-labs.com/cm/cs/tpop/debugging.html by Kernighan & Pike would be among my reading suggestions. (Not responding right now. Here's Google's cached copy: From Chapter 5, Debugging)
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

HP-UX Debugging Shell script

Hi, I was using AIX - ksh shell , and inorder to debug shell script I used set -vx to echo all the commands which are being executed. Can anybody tell me the corresponding method in HP-UX - in tcsh shell. Regards Shihab (1 Reply)
Discussion started by: shihabvk
1 Replies

2. Shell Programming and Scripting

debugging the shell script with out actually running

Hello, Some one asked me in the inteview.... The question is, How do we debug the schell script before even running..... Interviewer told me one clue... There is SET command to accomplish this... Can any one tell me what kind of set commands.... Thanks. (2 Replies)
Discussion started by: govindts
2 Replies

3. Shell Programming and Scripting

Debugging shell scripts

Any there any utilities or ways of debugging shell scripts? I know something like: sh -x <script> (1 Reply)
Discussion started by: proactiveaditya
1 Replies

4. Shell Programming and Scripting

Calling Java Method from UNIX using shell script

Hi All, I need to call a java method from a shell script. I know we can use the command java ClassName to call the main method in it. But I need to call another method that is there in the class and pass an email to it. Can I use java ClassName.MethodName(email) Any help will be... (4 Replies)
Discussion started by: RahulK
4 Replies

5. Shell Programming and Scripting

Debugging a beginner shell script...

I have been following a tutorial on bash which has proven to be very helpful. However, i am stuck with a command not found issue when asking for a y/n response from the user. Below is the part of code I believe is giving me grief... I have been trying to work through this for 3 hours now.... Please... (5 Replies)
Discussion started by: brokepunk
5 Replies

6. Shell Programming and Scripting

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 (1 Reply)
Discussion started by: diehard
1 Replies

7. Shell Programming and Scripting

Shell script debugging

hi all only the weirdest thing happened with me just now. I was debugging a shell script and I found that a step that was supposed to execute later was getting executed prior to another step for no reason. You know any ? i mean have a look at the following command- here it tries to grep... (7 Replies)
Discussion started by: leghorn
7 Replies

8. Windows & DOS: Issues & Discussions

Method to run a shell script using shortcut key in keyboard with out logging to putty

Dear All, I want to run a shell script with out logging to putty but configuring it to a keyboard short cut it windows PC. Can this be done? I want this to rename a log in a specified folder in a system Thanks (8 Replies)
Discussion started by: Chi_SL
8 Replies

9. Solaris

HTTP Debugging Method

Hi, I need to disable HTTPD debugging method in one server. I added the entry 'TraceEnable off' in /etc/apache/httpd.conf. I restart httpd for the changes to take effect, however I realize now that httpd is actually 'disabled'. When I try to enable httpd, it shows the status as being in... (1 Reply)
Discussion started by: anaigini45
1 Replies

10. UNIX for Beginners Questions & Answers

Simple Shell script help IF ELSE METHOD

I am a beginner at shell scripting and was trying to attempt this question : Write a shell script to prompt the user to input her/his age and print it on the screen only if the entered age is less than 30 (e.g. 𝑌𝑜𝑢𝑟 𝑎𝑔𝑒 𝑖𝑠 20 𝑦𝑒𝑎𝑟𝑠 𝑜𝑙𝑑 However, when I run the script below and enter in a number... (3 Replies)
Discussion started by: ggrules
3 Replies
DITROFF(7)						 Miscellaneous Information Manual						DITROFF(7)

NAME
ditroff - classical device independent roff DESCRIPTION
The name ditroff once marked a development level of the troff text processing system. In actual roff(7) systems, the name troff is used as a synonym for ditroff. The first roff system was written by Joe Osanna around 1973. It supported only two output devices, the nroff program produced text ori- ented tty output, while the troff program generated graphical output for exactly one output device, the Wang Graphic Systems CAT typeset- ter. In 1979, Brian Kernighan rewrote troff to support more devices by creating an intermediate output format for troff that can be fed into postprocessor programs which actually do the printout on the device. Kernighan's version marks what is known as classical troff today. In order to distinguish it from Osanna's original mono-device version, it was called ditroff (device independent troff) on some systems, though this naming isn't mentioned in the classical documentation. Today, any existing roff system is based on Kernighan's multi-device troff. The distinction between troff and ditroff isn't necessary any longer, for each modern troff provides already the complete functionality of ditroff. On most systems, the name troff is used to denote ditroff. The easiest way to use ditroff is the GNU roff system, groff. The groff(1) program is a wrapper around (di)troff that automatically han- dles postprocessing. SEE ALSO
[CSTR #54] The 1992 revision of the Nroff/Troff User's Manual by J. F. Osanna and Brian Kernighan, see Bell Labs CSTR #54 <http://cm.bell-labs.com/cm/cs/cstr/54.ps.gz>. [CSTR #97] A Typesetter-independent TROFF by Brian Kernighan is the original documentation of the first multi-device troff (ditroff), see Bell Labs CSTR #97 <http://cm.bell-labs.com/cm/cs/cstr/97.ps.gz>. roff(7) This document gives details on the history and concepts of roff. troff(1) The actual implementation of ditroff. groff(1) The GNU roff program and pointers to all documentation around groff. groff_out(5) The groff version of the intermediate output language, the basis for multi-devicing. AUTHORS
Copyright (C) 2001, 2002 Free Software Foundation, Inc. This document is distributed under the terms of the FDL (GNU Free Documentation License) version 1.1 or later. You should have received a copy of the FDL on your system, it is also available on-line at the GNU copyleft site <http://www.gnu.org/copyleft/fdl.html>. This document is part of groff, the GNU roff distribution. It was written by Bernd Warken <bwarken@mayn.de> and is maintained by Werner Lemberg <wl@gnu.org>. Groff Version 1.18.1 19 February 2002 DITROFF(7)
All times are GMT -4. The time now is 01:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy