Search Results

Search: Posts Made By: props
4,073
Posted By props
what you've said is what i want to do but...
what you've said is what i want to do

but using grep
4,073
Posted By props
grep commnad
echo "Enter a,: \c"
read answer
echo
case "$answer" in
a|A)
echo "Enter a file :\c"
read $answer
echo " Enter a...
1,820
Posted By props
ok see for your self ...
ok see for your self


http://www.unl.ac.uk/simt/staff/jayaram.shtml
1,820
Posted By props
Perderabo Thank for the help works fine !! ...
Perderabo
Thank for the help works fine !!

just come down a bit with the " rules and regulations"
some people need help out there (don't be like my tutor")
1,820
Posted By props
% cat .profile details () { ...
% cat .profile
details ()
{
date
echo My current directory is:
pwd
echo Users currently logged in
who
}...
1,820
Posted By props
script command
i have create a function in the .profile To get it work i log out and log in again . The function works fine, typing the name of the function"details" appears information for the system...
11,233
Posted By props
no worries now the program works fine!!! ...
no worries now the program works fine!!!

aprecciate your help

Happy New Year:)
11,233
Posted By props
% sh mmm Enter answer fileX 0000000 146 151...
% sh mmm
Enter answer
fileX
0000000 146 151 154 145 130 012
0000006
cat: cannot open fileX



jayakhanna this is what comes up if you run the code
11,233
Posted By props
if then else structure
echo name the file that you want to read
read answer

if [ $# = 0 ]
then
echo you must enter a file name

fi
cat $answer


im trying to catch the error if user forget to enter the name...
10
2,648
Posted By props
Thanks for your help . I really appreciate your...
Thanks for your help . I really appreciate your replies:)
10
2,648
Posted By props
echo " a.read a file" echo " b.create a file" ...
echo " a.read a file"
echo " b.create a file"
echo " c.add on existing file"
echo " d. exit"
"; do
echo "Enter a,b,c or d: \c"
read answer
echo
case "$answer" in
a)

read answer
cat...
10
2,648
Posted By props
it gives an error like this syntax error at...
it gives an error like this
syntax error at line 43: `end of file' unexpected



the above code saws only the end of the script

ive got the case and do in my code
10
2,648
Posted By props
error
Hello
Any idea where is the error ?
*)
echo " Wrong selection. Try again "
continue
;;
esac
done
echo "Done"

Thanks alot
3,772
Posted By props
you Perderabo smart man im asking a question , ...
you Perderabo smart man im asking a question , this in not a coursework is a single facking question .

charliewade thanks for the suggestion
3,772
Posted By props
describe unix commands in english
the following unix command
ls | grep'?cw1' | wc -l

converting it to english is it going to be like

list the result of the search '?cw1' in number of lines

is that correct ?
Showing results 1 to 15 of 15

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