The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Passing the values to the secondary script when it invoked by primary script venu_eie UNIX for Advanced & Expert Users 2 07-03-2008 08:10 AM
Passing the values to the secondary script when it invoked by primary script venu_eie Shell Programming and Scripting 1 07-03-2008 07:16 AM
create a shell script that calls another script and and an awk script magikminox Shell Programming and Scripting 0 06-26-2008 03:50 AM
help me in sending parameters from sqlplus script to unix shell script Hara Shell Programming and Scripting 2 01-29-2008 03:31 PM
Shell Script: want to insert values in database when update script runs ring Shell Programming and Scripting 1 10-25-2007 04:06 AM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 10-01-2008
drex drex is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 1
Script Help

==
A big apology for the completely generic thread title!!
==

Hi All,

Just wondering if somebody could please give me a hand with a script I'm writing. At the moment it's doing what I want it to do but I there are a couple of things that I would like to add to it and I also feel that it's probably not written quite as well as it could be. I've had a little bit of help and have thrown the rest together (as you can probably tell)

=====
read -p "Enter Filename: " filename;
if [ "$filename" = "" ]
then
echo "You must enter a Filename!"
exit 1
fi
read -p "Enter File System: " filesystem;
if [ "$filesystem" = "" ]
then
echo "You must enter a file system!"
exit 1
else
grep $filename /dir/tmp/filename.xtn | grep $filesystem | awk '{print$18}' | command &
=====

The command after the else is working fine (have changed a couple of things in there just for the sake of this post)

There are two changes that I'd like to make but I'm not having too much luck finding an answer:

1. I'd like to make it mandatory that the Filename MUST contain at least 6 characters (letters and/or numbers) before proceeding to the next step.

2. I'd like the script to prompt the user if they would like to perform this operation on another file with a Yes/No answer at the end.

Nice to do if possible:

1. Force Caps on the Filename variable.

Many thanks, Ben

Last edited by drex; 10-01-2008 at 07:52 AM..
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 01:32 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0