Lab ^

 
Thread Tools Search this Thread
Homework and Emergencies Homework & Coursework Questions Lab ^
# 8  
Old 03-07-2013
What's the business about "Without school/professor/course information, you will be banned if you post here!"?

Moderator's Comments:
Mod Comment edit by bakunin: and what does your posting have to do with this thread?

Last edited by bakunin; 03-08-2013 at 08:09 AM..
# 9  
Old 03-08-2013
The forum has agreed with education world in order to not keep on tracking posts ( though we do depending the type of request...) and refuse anything not from professionals to create a dedicated forum for schools/homework but it has strict conditions for both sides: The student agrees what he post here is seen by all AND can not remove once happy and has to comply to the rules by filling the template that has been accepted by education authorities... For the people helping, you are now NOT to answer the question/topic... but to help, guide or correct the student that has to do the work himself...
# 10  
Old 03-08-2013
?

I am not sure what the problem is I have followed the templet provided. If examples of code connot be given to help solve a problem then all I need is a book not the expertise of the Forum. I have tried all the suggestion given after exhausting the information recieved in class. I do believe the problem is not with the code but with the sequence it is written in.
# 11  
Old 03-09-2013
So what we have established is that what needs to be matched is 5 digits (not numbers) in a row and that to the left (from the beginning) and to the right (right until the end) of them there can be zero or more characters that are NOT numbers. The negative complement of a range or class of characters inside square brackets is done with the negation operator ^ as the first character inside those brackets.

-------
What we will do in this section is give hints and try to help you on your way to understanding, not provide complete answers. The reason for this is two-fold:
  1. We get letters from professors asking to please refrain from doing so.
  2. We would not actually be helping you. How would it help you if we provide that answer, you copy that answer, hand over your assignment and you will have learned absolutely nothing.
There is nothing easier for us than to just provide the answer, but then we really would not be helping you.
# 12  
Old 03-10-2013
Retried your suggestion a second time it worked found that I fat fingered the command the first time
# 13  
Old 03-10-2013
What about a line like this:
Code:
this line has five 12345 numbers and 1 extra number

# 14  
Old 03-11-2013
Thanks for all the input. I reread all the threads and went back over what I had done and found that I had fat fingered one of the earlier commands that were suggested. The -w option made everything come together not only for that lab exercise but for two other exercises in that same lab.
This User Gave Thanks to herb bertz For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Hardware

Lab server organized software

Hello, Do you have any suggestion of any tool (web based preferably) about how to organize a lab environment? Now i save some info in excel sheet (one rack per column) , but i was thinking if any software exists. Thanks in advance! (2 Replies)
Discussion started by: @dagio
2 Replies

2. Homework & Coursework Questions

System Admin. Lab

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: Create a group id with your last name. Create 2 user IDs using your last name and the numbers 1 and 2. For each... (3 Replies)
Discussion started by: Jagst3r21
3 Replies

3. Homework & Coursework Questions

Processes Lab

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: Here are my directions. I am pretty sure I am doing this right, but I just want someone more experienced to look... (4 Replies)
Discussion started by: Jagst3r21
4 Replies

4. Hardware

Electricity Savings for home lab

So, I have a kindof off the wall question. I've got 10 computers which I inherited from a charter school that closed that I did their admin work for. They're not servers, just workstations with ubuntu server running on them. I had them all up and running at one point... but crimineys the load on my... (8 Replies)
Discussion started by: jtollefson
8 Replies

5. Shell Programming and Scripting

help me with lab im new to bash....

Write a script that copies the file tree (including subdirectories) in your home directory. As the initial directory to take the directory / usr / share / doc, as the destination directory using the directory $ {HOME} / doc. Write a script corresponding to paragraph 1. Additional conditions: a)... (1 Reply)
Discussion started by: elginmulizwa
1 Replies

6. Homework & Coursework Questions

shell scripting while loop lab 15 help

hi.. this is shell scripting lab15.sh i dont understand this lab i am at the screen shot part. i was wondering if someone can take a quick look at this lab i have linked the doc below. i dont know where to start i have did the Required Errorlevels Errorlevel # but dont... (1 Reply)
Discussion started by: beerpong1
1 Replies

7. Homework & Coursework Questions

Help completing lab.

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: ''you are missing the /home/smichaels/Labs/lab2b/group file, please create it as per step 12 of the lab. once... (4 Replies)
Discussion started by: ink
4 Replies

8. Shell Programming and Scripting

cant complete lab ???

heres the lab i did everything but when i issue the automated lab check. but it gives me this everytime ''you are missing the /home/smichaels/Labs/lab2b/group file, please create it as per step 12 of the lab. once you have corrected this problem, re-run the uli101.023 program'' im... (1 Reply)
Discussion started by: ink
1 Replies

9. Programming

Shell Script Lab

In the following Shell Script can anyone help me? What are the total scripts? What are the total binaries? What are the total files? #!/bin/sh GREP="/bin/grep -q" if ; then if ; then for | in ${I}/* ;do file ${I} | ${GREP} "executable" && echo "${I} is a binary" file ${I} |... (1 Reply)
Discussion started by: rktompsett
1 Replies

10. UNIX for Dummies Questions & Answers

VMWare Workstation for home lab

I was wondering if anyone has used VMWare Workstation? I wanted to practice and learn Unix in a networking environment and have my own home lab. However room and money prevent me from buying several computers to do so. Any input would help thank you. (0 Replies)
Discussion started by: vedder191
0 Replies
Login or Register to Ask a Question