Search Results

Search: Posts Made By: sk192010`
4,699
Posted By sk192010`
case "$1" in -*) echo "Total of is $#";; echo...
case "$1" in
-*) echo "Total of is $#";;
echo " Collected $@";;
*) echo "Total of non- is $#";;
echo "Collected $@";;
esac


I am not sure if this is even right but I know $# displays the...
4,699
Posted By sk192010`
Yes, I am using bash. I've try using...
Yes, I am using bash.

I've try using commands and it tells me it dosen't exist or i can't find that command what might I be doing wrong or do I have to structure that command in a specific way.
4,699
Posted By sk192010`
Case Statement
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:
Hey, guys I...
2,098
Posted By sk192010`
Case Statement
Hey, guys I really need some help with a project.

"Write a shell program that examines the command line arguments, counts and collects the number of options. Basically it has to collect and count...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy