Search Results

Search: Posts Made By: JudoMan
2,592
Posted By JudoMan
that works great thanks!
that works great thanks!
2,592
Posted By JudoMan
ubuntu root
on ubuntu try without saving changes
i'm trying to do root stuff with sudo & su

I tried to change permissions (on files) but unsuccessfully
whoami is ubuntu
i'm doing this to experiment with...
1,942
Posted By JudoMan
Thanks man! I'll try it out.
Thanks man! I'll try it out.
1,942
Posted By JudoMan
read a number
- A=90-100
- B=80-89
- C=70-79
- D=60-69
- F=0-59.

echo -n "What test score did you get? (0-100)"
read score1

echo “you got a $score1”
if [ $score1 -eq 0-59 ]
...
1,719
Posted By JudoMan
Cool, that puts me in the right direction. ...
Cool, that puts me in the right direction.

who | grep -q "$username"

(this means: the output of who, if it contains this username then...)

Thanks!:)
1,719
Posted By JudoMan
User name on?
Hi! I need a script that does:

Accepts a username as an argument;
if one is not provided, asks for it;
Checks to see if that user is logged on;

Displays to the screen a message: either...
2,896
Posted By JudoMan
Great post! I'll try it a lil later Thanks!
Great post! I'll try it a lil later Thanks!
2,896
Posted By JudoMan
Sorry for double, I tried to fix the spacing.. In...
Sorry for double, I tried to fix the spacing.. In vi echo "Today's date is `date`" or $ echo "Today's date is `date`" Include the dollar sign or no? “Written as echo "Today's date is `date`" save...
2,896
Posted By JudoMan
Hi. When you write a script/program in vi . ...
Hi. When you write a script/program in vi . Do you include the $ Eg. . $ echo "Today's date is `date`" or . echo "Today's date is `date`" . Make your script executable. ....
2,896
Posted By JudoMan
script/program in vi include $? or...
Hi. When you write a script/program in vi Do you include the $ Eg. #!/bin/bash $ echo "Today's date is `date`" or echo "Today's date is `date`" Make your script executable. $chmod +x script I...
6,263
Posted By JudoMan
"vifile" 10L, 435C ...
"vifile" 10L, 435C 10,1 All
I'm assuming thats 435 characters.
~40 chars/line x 10 lines...
10 73 435 vifile
Thanks!:)
6,263
Posted By JudoMan
character count of my document?
In Vi, how do I get a character count of my document?

Also, in: ls -l
I see the number 435, is that in bytes?
Thanks:)
11,500
Posted By JudoMan
I was in the general directories, not my own. ...
I was in the general directories,
not my own.
I was able to edit/create, after switching to my
directories
/home/juma
Thanks!
11,500
Posted By JudoMan
touch fakefile touch: cannot touch `fakefile':...
touch fakefile touch: cannot touch `fakefile': Permission denied /home/cnet146
I emailed the Admin.
:)Thanks
11,500
Posted By JudoMan
Vi, write something then try to save & quit.
If I'm in Vi, write something then try to save & quit. :wq I get: "myvifile" "myvifile" E212: Can't open file for writing Press ENTER or type command to continue It won't let me save... Is it because...
4,906
Posted By JudoMan
Thanks I appreciate it alot!:)
Thanks I appreciate it alot!:)
4,906
Posted By JudoMan
hi . yes i read the rules. i'm trying to...
hi . yes i read the rules.

i'm trying to learn this & there's no 1 around to help.
I read the book too
Here's what i got so far:

students whose first name starts with P
grep -i “^[p]\{4\} ”...
4,906
Posted By JudoMan
grep “[12]*"
Cool Thanks!
What about:
Write the grep command to find the lines in
cat stu
Jim Miller Mktg 12 A
students who are in 12th grade
grep “[12]* ” stu

?
4,906
Posted By JudoMan
show a list of files whose names begin
How do I show a list of files whose names begin with c and are two characters long.
ls [^c] {2\}

? thanks
Showing results 1 to 19 of 19

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