Search Results

Search: Posts Made By: me.
3,804
Posted By me.
glad I could help :) linux is great, I...
glad I could help :)

linux is great, I absolutly prefer linux over windows even when something dont work and need to put some effort to make it running...

and its always so much to learn :) ...
3,804
Posted By me.
hi think you should read these: Linux...
hi

think you should read these:
Linux System Administrator's Guide - The /dev directory (http://linux.about.com/od/lsa_guide/a/gdelsa18.htm)...
1,419
Posted By me.
my first quess is graphics... when you log in...
my first quess is graphics...
when you log in from command line try type rm /etc/X11/xorg.conf
then rebbot
Forum: Programming 03-18-2012
1,283
Posted By me.
javascript average from from values in radiobuttons?
Hi all,

can you please help me with these part of my code, I want to calculate average grade from each module and
not sure if need to label each element there, or is there any easier option to...
7,301
Posted By me.
doesnt matter now, I used the code you posted...
doesnt matter now, I used the code you posted before and hope it will do so
BIG THANKS TO YOU !
7,301
Posted By me.
hey methyl and thanks foryouranswer i know...
hey methyl and thanks foryouranswer

i know what internal fragmentation is i think i asked wrong way

what i meant was, how to write a script that will calculate in % how much dsck...
7,301
Posted By me.
calculate internal fragmentation in directory
hi

sorry for grammar mistakes but i am writting these fro tablet and am not realy used to ot so well yet....

i am in the middle of doing work here and hope some1 ca answear my question asap...
4,157
Posted By me.
thank you vbe for that code, I will work on it...
thank you vbe for that code, I will work on it and try to get my one working now!

pint of Guinness tastes best in Ireland (even Obama said so :D) so you are welcome for one or two here :b:
...
4,157
Posted By me.
yes you are right, I am annoyed I wasted time...
yes you are right, I am annoyed I wasted time with that code ( and I understand if you are annoyed with my late and useless responses) and it still dont work.
will take a strong coffe and try fix...
4,157
Posted By me.
first sorry! I didnt see page 3 with your last...
first sorry!
I didnt see page 3 with your last posts and it has been a while since I checked it last time so you probably think you wasted your time, so sorry about that.

second, thanks
for...
2,648
Posted By me.
script works well but displays " line 6: =: No such file or directory"
strange :)
can you tell why?:cool:

#!/bin/bash

echo " enter your age "
read age

if [ $age <= 18 ]; then
echo " you do not have to pay tax "

elif [[ $age -gt 18 && $age -lt 65 ]];...
4,323
Posted By me.
ok, thanks for pointing that
ok, thanks for pointing that
4,323
Posted By me.
the "2" instead of " " " was typo, does it work...
the "2" instead of " " " was typo, does it work for you? strange because it doesnt display output of
choice1=$(ls -l|awk '{print $9 $1}')
or
choice2=$(ls | wc -c)
it just exits when I enter " 3...
4,323
Posted By me.
will try do it later, but a fix in a code would...
will try do it later, but a fix in a code would appreciate.

---------- Post updated at 06:39 PM ---------- Previous update was at 02:31 PM ----------

ok got it almost working :D

no errors...
4,323
Posted By me.
yes fixed what you pointed #!/bin/bash ...
yes fixed what you pointed
#!/bin/bash
choice1=$(ls -l | awk '{print $9 $1}')
choice2=$(ls | wc -c)
choice3=exit

while [ $choice -ne 2 ]
do

clear

echo "...
4,323
Posted By me.
menu + awk + while + case
the idea is to create script with menu and when option 1 or2 is pressed program should clear screan display info and get back to menu....
I managed some code but getting errors...

#!/bin/bash...
5,087
Posted By me.
these helped: check=` cd $dir && ls | grep...
these helped:
check=` cd $dir && ls | grep file? `
5,087
Posted By me.
error in line 6 command not found
#!/bin/bash
dir=/home/andre/Documents/Scripts/Copy1/
f1=file1
f2=file2
f3=file3
check= ( cd $dir && ls | grep file? ) #the idea is to check if files file1-3 exists, has been copied, are there...
1,499
Posted By me.
if - else script
trying to write a script that will check on user age and if their age is between 18 and 65 replies with the message that they are eligible to pay tax if younger or older they dont have to pay....
...
2,621
Posted By me.
thanks kalak, will have a look on them at least...
thanks kalak, will have a look on them at least on the if-then, loops, parts for a start....
4,281
Posted By me.
can someone explain shift command in script?
think using shift would help me finish my script but cant get it work without your help. would appreciate if you give me a example with shift & counter in the same script so I can later work on that...
4,157
Posted By me.
yes I will work on it today and have it done by...
yes I will work on it today and have it done by tomorrow.
if I finish I will post what I have, and if I wont get it done I will post another questions :)

---------- Post updated at 03:53 PM...
4,157
Posted By me.
ok, read kyb = wait for keyboard, learning new...
ok, read kyb = wait for keyboard, learning new stuff , good,

now a hint from you would be appreciated, something that I can work on (just remember what forum are we now :D )
should I use...
4,157
Posted By me.
what it does? ok, it displays script, think...
what it does? ok, it displays script, think because you used :
#!/bin/sh -x
then at the end script waits for something to be typed in
but since you have not change it there is still error with...
4,157
Posted By me.
sorry, I was just all over the place with that...
sorry, I was just all over the place with that script and missed your responses...

tried what you wrote but it didnt work so I was messing with it but without success...

i tried
#!/bin/bash...
Showing results 1 to 25 of 35

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