Search Results

Search: Posts Made By: Emin_Em
13,860
Posted By Emin_Em
I got the first part to work accepting the...
I got the first part to work accepting the password and listing all the files in the current directory. The one I am having trouble is with "while" loop.

What command would I use to display that...
13,860
Posted By Emin_Em
Shell Script Password Prompt
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: I am trying to...
1,566
Posted By Emin_Em
Help with shell script please
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:
Modify the...
1,268
Posted By Emin_Em
When i put this in my script: seq 0 10 seq...
When i put this in my script:

seq 0 10
seq 5 10
seq 1 100

" #! /bin/bash

count_up ()
{
echo "Couting UP"
n=0
until [[ $n -gt $1 ]]
do
printf "$n \n"
n=$(( $n + 1...
1,268
Posted By Emin_Em
Also when i run the script which i called...
Also when i run the script which i called lab5-4sh and when I want to run the script like this bash lab5-4.sh 1 10 i want it to have this output
$ ./lab5-4sh 1 10
1 2 3 4 5 6 7 8 9 10
10 9 8 7...
1,268
Posted By Emin_Em
function
My goal is when i run the script to specify the numbers to count between low and high.
1,268
Posted By Emin_Em
Need Help with function that has multiple ranges
I have a problem that I cant figure out what to do in this function i need it to count multiple ranges like 0 10, 5 10, 1 100. I know that my counter needs to be outside the function and that it...
780
Posted By Emin_Em
HELP With Function
I am writing a script that requires to have a function that counts up and counts down but I am having this problem if anybody could help me I would appreciate it. The problem is when I run the script...
23,122
Posted By Emin_Em
hergp Thank you so much man this really helped me...
hergp Thank you so much man this really helped me out :D
23,122
Posted By Emin_Em
Help With Loop in Case Statement script
I am writing a bash script that asks the user for input and I need it to repeat until the user selects quit.. I dont know how to write the loop for it I searched all over but i still do not get it.....
Showing results 1 to 10 of 10

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