Summary: I need some help with writing a shell script menu driven application. Am I correct that I have to write the codes first and save and then write the e...
Summary: i need to make a shell script that will take in two parameters: a directory and a size. it'll look somthing like this: filesize [dir] [size] (*where...
Summary: In shell script sed or awk command, can I use hexadecimal code for substitution? I want to perform the following: Input file: Line1 Line2 Line3 Line4...
Summary: Hi, I need help for a shell script to have a user enter a date into the program. When the date has been entered in format dd/mm/yyyy, i need the scrip...
Summary: hi, I need to implement a small shell script. The script should allow the input of a new program name and its arguments. When the input finished it wi...
Summary: I am running 10 programs in UNIX environment. I run them by crontab. So far everything okay. Now my boss asked me to write a shell script so that I ...
Summary: I have a directorey with some .xls files in it. I want to extract some information from these files (I'll be doing that with a php program). I need a ...
Summary: Hi, I am very new to Unix (taken one week of class so far) and have been given an assignment that I find impossible to accomplish. It seems like a...
Summary: hi, I have a program which executes a shell script through the system() command. This script always exits with 0. But after running for a few hou...
Summary: Hi I have setup for CDE (common Desktop Environment)in Sun Unix. I was able to open browser from CDE. I wrote the following htm to run shell script t...
Summary: i am sure shell script will not run on windows - or even the command line version of ms-dos simply because the kernel is different! kernel is a low-en...
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 , I have a problem in Korn shell script(in dtksh) my program is like that...... #!/usr/dt/bin/dtksh awk ' BEGIN { FS = ":"; # print '$1','$2...
Summary: Hello! I'm trying to write a shell script, but don't know where to start. I need to do the following: - go into each directory, check for a file name...
Summary: You can go to www.bsd.org or www.openbsd.org www.freebsd.org or www.perl.org to get shell scripts and more also many collage's have unix programs you...
Summary: Hi, My .profile looks like this: ---------- # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User sp...
Summary: Hi all, Do anybody knows how to get of parameter in shell script. Like : In my program i have some parameters i was to redirect the output based on pa...
Summary: Hello Linux users, can someone help writing script for follwing issue. I have one text file(abc.txt) which get updated when some third party program ...
Summary: Hi! I need execute a shell script whiting a SP. Example: Create procedure my_sp(...) ... system "/home/myuser/myprogram.sh"; .. end procedure; myprogr...
Summary: I'd like to know that if there is a way in AIX to run a shell script as the 'root' user when the launching program is running as a normal non-root use...
Summary: Hello Everyone, I am a total beginner in UNIX and have to write this huge shell script in bash shell. The script is to create a spellingchecking progr...
Summary: Write a shell script file called letter1. After running the script, it will prompt the user, for an English alphabet, confirm the alphabet chosen, and...
Summary: Shell Scripting -- Variables In the main script i have exported the variable and accessing it in another file but when i echo the value the value of t...