Summary: Hey guys, Ive got to submit my assignments in college next week. Please help me out with the following progs. 1)write a shell program to generate the ...
Summary: How to pass the value in interactive mode? Example: when i run a PGP application, its asking message 'Yes' or 'NO'.But i want to pass the value 'YES' ...
Summary: hi, i want full solution of following five as shell programe in unix- 1)to search a number in a given list of numbers. 2) to reverse a seven digit num...
Summary: Hello together ! I am a starter in shell-programming. I have a programm which usually runs in an interactive mode. I start this programm called shdom ...
Summary: Hi ! I want following shell programs for submission of my project at collage. Can any one be kind to help me. 1.Write a shell program to take 2 string...
Summary: I'm trying to compose a unix shell program which compares files performing a diff command on edited versions of them and counting the number of lines ...
Summary: I need help writing a small shell program. My knowledge of unix commands is very minimal as you can tell otherwise I wouldn't need help with such a si...
Summary: can any gentle man e mail me solution of the following problem? problem:write shell program to check whether the given number is a perfect number or n...
Summary: I'm completely new to shell programming. As this is quite urgent, please offer your help. Thanks a lot! If there is a text file which contains: 1. Amt...
Summary: hi, can anyone help me or give me the codes to write a script that prompts for the username and password. The login system should prompt the user only...
Summary: Does anyone know of a website containing a korn shell program that simulates a recycle bin? Functions I need include retrieving a binned file, listing...
Summary: dear all, can anyone help me to explain all the commands in the .profile bourne shell below ? really appreciate ur help. PLEASE. 1 2 # @(#) $Revision:...
Summary: I am a newbie for bourne shell programming and i get stuck at the following problem. Could anyone help me please - How can i get the userid and the fu...
Summary: Hi mau I am also doing MCA from Ignou. I could solve the problem that you have posted on this site. Here is the solution. You can ask me any problem i...
Summary: I'm trying to write a problem which can display a prompt,e.gMy_shell$ and accept a command enterby the user by using fgets. Also, it needs to execute ...
Summary: I know that grep the_specified_string myfile can finds a line that contains a specified string in a file. How can I reach the same goal in a korn she...
Summary: Hi, compare two files and difference will be moved into separate file.if anybody having code for this please send asap. using diff command how can w...
Summary: hi, i have an entry: FileName=/home/mqm/adr10098/sample.dat in a file. I want to open this file, search for "FileName=" and then replace the value wit...
Summary: Try doing a Kazaa document search for the following keywords: shell programming unix solaris network You will find many pdf and zipped html books this...
Summary: Dear all, I am new to shell programming and to this forum, so let me start by saying hello and thanks to all of the regular contributors here. I am in...
Summary: Dear all, my borne shell programe now using the command "jtops -r -l48 -s10 $filename | lp -s -o nobanner" but after executing this i got the result "...
Summary: Hey everybody.. I am wondering what software should I download for my PC at home to write and compile Unix Shell Script? Please reply as soon as possi...
Summary: I would be inclined to use "awk" rather than ksh. It is more powerful, and significantly quicker, at manipulating text files than pure shell programmi...