Search Results

Search: Posts Made By: bassmasta1
1,060
Posted By bassmasta1
conditional Testing numeric and text values problems
hi, when i type in a value higher than 20 it will show me the validation but if i put a negative figure it just goes goes blank where i just keep typing and nothing happens so i had to control c to...
2,089
Posted By bassmasta1
urgent :S dont know why its not working
hello, i am trying to put users2 information to file appraisalrecord, however it is not working and i tried everything. overall, i just want to show that when they enter the user number it will...
1,652
Posted By bassmasta1
im using unix and the error is that it wont...
im using unix and the error is that it wont execute it so it just shows the text "press any key to return to main menu" and finishes like that.
1,652
Posted By bassmasta1
command does not work
need help, trying make a command where the user presses any keys and it will go to the home page, however it doesnt work, why ?
echo -p "press any key to return to main menu" menu
if [[ $menu -gt 1...
917
Posted By bassmasta1
loop problems...
#!/bin/bashi
function userrecord() {
read -p "please enter a number: " a
clear
output=$(grep -w "$a" appraisalrecord)
b=$(echo $a | tr -dc [:digit:])
if [[ "$a" = "$b" ]]; then
echo -e...
1,133
Posted By bassmasta1
"help me!!" if and function problems
I am trying to allow the user to be notified that the id has already taken from the file "record" and that the user has to contain a numerical figure as well. however when i run it, it will only stay...
Showing results 1 to 6 of 6

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