Search:

Type: Posts; User: blackendstars

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,230

    thanks i edit it out cuz i found the...

    thanks i edit it out cuz i found the solution.....i found the solution to this question also
    it's head -300 ~bto120/phones > phone_directory

    since it's an assignment....only one answer is correct...
  2. Replies
    4
    Views
    4,230

    so i don't know the answer but i know you use...

    so i don't know the answer

    but i know you use -300 head in this
  3. Replies
    4
    Views
    4,230

    Urgent help on Linux...

    /home/msabbar/sample_dir2
    `-- sample_dir
    |-- admin
    |-- cambridge
    | |-- cafeteria
    | |-- library
    | `-- security
    | |-- annex
    | |-- building
    | ...
  4. okay still doesn't work i tried ls -d ../markham...

    okay still doesn't work
    i tried ls -d ../markham
    ls -d .././markham
    etc
    doesn't work
  5. how to display detailed information of a directory ?

    /home/username/sample_dir2
    `-- sample_dir
    |-- admin
    |-- cambridge
    | |-- cafeteria
    | |-- library
    | `-- security
    | |-- annex
    | |-- building
    | ...
  6. Replies
    2
    Views
    1,076

    btw is there anything wrong with the programming?

    btw is there anything wrong with the programming?
  7. Replies
    2
    Views
    1,076

    Urgent Help...having problem with code

    this is an assignment I'm working on, and it is unfinished...so i'm stuck ... can you guys help please?

    Write a C program that calculates the final value of an investment made in a TSX Market...
  8. okay guy never mind...i managed to fix it. but...

    okay guy never mind...i managed to fix it. but can any one please tell me what that green folder "history.exe" is?
    is it a directory? why is it green?
    when I use mkdir , it turns out blue
    what can...
  9. why when i "tree Unix1b" " `-- Unix1 "...

    why when i "tree Unix1b"
    " `-- Unix1 " doesn't show up
    instead " |-- Unix1 " shows up
    the same thing with parking
  10. How do you create Directory sturctures?

    A book that i bought is saying to use mkdir and touch to create a directory called "Unix1b" within my home directory with the structure at the following



    Unix1b
    `-- Unix1
    |-- admin
    ...
  11. work that out suppose to be mv unx122 ...

    work that out
    suppose to be
    mv unx122 coruses
  12. https://cs.senecac.on.ca/~david.ward/unx122/notes/...

    https://cs.senecac.on.ca/~david.ward/unx122/notes/Lab3_Summary_031.html

    Question number 7

    the diagram is there
  13. [home] [home] |...

    [home] [home]
    | |
    +------- +-------+ +-------------+
    | | | | |
    ...
  14. okay it seems i cant show the diagram properly.

    okay it seems i cant show the diagram properly.
  15. two inverted-tree diagrams. what command would change the left diagram to the right?

    Here are two inverted-tree diagrams. I tried to issue a command to change the left
    diagram to the right diagram. Assume that you are in your home directory
    and use relative pathnames. [home] is...
  16. never mind...i found it it's rm labtest?*

    never mind...i found it
    it's rm labtest?*
  17. thanks man it finally worked...but just one more...

    thanks man it finally worked...but just one more question
    i want to delete all files that have filenames starting with'labtest', except 'labtest' itself (Delete all files starting with 'labtest'...
  18. Unix/Linux command question regarding relative_to_home pathnames?

    Assume that you are NOT currently in your home directory. what command i should enter to copy all files my home directory beginning with the letter 'a' to the current directory by Using a...
  19. Replies
    15
    Views
    1,883

    Help with rand..

    when i compile it, i get the 6 random numbers upto 49. after few tries, sometimes I get the same numbers !! so how do i fix this?


    #include <stdio.h>
    #include <math.h>
    #include <time.h>...
  20. Wow thanks...I couldn't have done it without the...

    Wow thanks...I couldn't have done it without the help from you guys

    :D
  21. yea, it's the same. I tried that before and it...

    yea, it's the same. I tried that before and it didn't work.
    I'm very confused why it's not working
  22. Okay so I changed the coding to this #include...

    Okay so I changed the coding to this
    #include <stdio.h>
    int main (void)
    {
    int a, b, c, low, med, high;
    printf("***SORT THE NUMBER***\n");
    // ask user for a, b, c
    printf(" Enter...
  23. Trying to sort 3 numbers from lowest to highest, but I get weird answer

    #include <stdio.h>
    int main (void)
    {
    int a, b, c, low, med, high;
    printf("***SORT THE NUMBER***\n");
    // ask user for a, b, c
    printf(" Enter a:\n ");
    scanf("%d", &a);
    ...
Results 1 to 23 of 25