Designing


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Designing
# 1  
Old 07-11-2008
Designing

Dear all,

Do you guys use any tool to design shell scripts?. My requirement is to simplify the logic/design of shell scripts before you actually write it.
In other words i need to put the design i have in mind to words before i start writing it.

Thanks in advance.
# 2  
Old 07-11-2008
Never, I just start writing code.

But if I had to... the only tool I would use would be a text editor to write some pseudocode.
# 3  
Old 07-11-2008
The emacs editor has a shell-script mode that acts like a rudimentary IDE.

But the beauty of shell scripting is it's whipuptitude which shouldn't require too much forethought. That's a word invented by Larry Wall of Perl, but it is an excellent word for shell scripting too.
# 4  
Old 07-12-2008
Thanks for the replies. I was thinking that there would be some modeling tool like think which some people use for java script. Any idea ?
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Programming

Designing Interface to handle click event

Hi All, Problem statement:- I want to incorporate for my project few click events which will be able to play files in M-player through C. What I want if a user initiate a "PLAY" button from html code , this should trigger my C code... which will help me playing files on M-player I am not... (2 Replies)
Discussion started by: chetan2309
2 Replies

2. UNIX for Advanced & Expert Users

Unix Kernel Designing

Hello, I want to know what a kernel is? what are its functions and uses. what is a unix kernel? can i make a new kernel like unix or any other OS. if yes what type of programming is needed or can i use C programming language.if there is C, then what kind of C is required (hardware like... (2 Replies)
Discussion started by: vibhory2j
2 Replies

3. Shell Programming and Scripting

designing a shell

Hi I need to expand some shell code so it would be able to do more than it is doing now. Currently it can do stuff like quit when q is pressed, display a prompt but not much more. I have to make the shell have capabilities like cd (changing directories) redirection of input and output, for... (2 Replies)
Discussion started by: newtoallthis
2 Replies
Login or Register to Ask a Question