This is a question in Capacity Planning. I need to calculate the bandwidth requirement of the following applications.
1) Database Access
2) Backup
3) e-mail
For example VoIP is 20 Kbps per connection and Video is 384 Kbps per connection. Does anyone have a "rule thumb" capacity metrics...
I need help to examine the effects of convergent technology may have on the Internet. I would appreciate if you can direct me to forums or articles published in the internet. I am looking forward for your replies. Thanks
This is the script for the main menu:
$ MainMenu
echo " Please choose from the above options : \c"
read option
case $option in
[Dd] ) echo "You have chosen to Display student" ;;
[Aa] ) echo "You have chosen to Add a student" ;;
[Ee] ) echo "You have chosen to...
pmcmicha,
Thank you for your reply. I was just about to sent my script and I realize that I should use the positional parameters to make the script and the argument execute as a command line.
Thanks, again
How do i make my unix script search for files passed to the script as a set of command line arguments
$ myscript /export/home/accounting myfile1 myfile2
why the prompt is still asking for the files names to search if they are in the commnad line?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.