User Profile

Collapse

Profile Sidebar

Collapse
suryakantyadav
suryakantyadav
Last Activity: Nov 22 '06, 07:55 AM
Joined: Nov 8 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • suryakantyadav
    replied to commands...
    Hi thre,
    ls -Rlat > /home/csuser/myfile

    Mean of the following switches are :---

    -R includes the contents of subdirectories.
    -l Shows you huge amounts of information (permissions, owners, size, and when last modified.)
    -a Shows you all files, even files that are hidden (these files begin with a dot.)
    -t Shows you the files in modification time.

    And now...
    See more | Go to post

    Leave a comment:


  • suryakantyadav
    replied to commands...
    Hi thre,
    ls -Rlat > /home/csuser/myfile

    Mean of the following switches are :---

    -R includes the contents of subdirectories.
    -l Shows you huge amounts of information (permissions, owners, size, and when last modified.)
    -a Shows you all files, even files that are hidden (these files begin with a dot.)
    -t Shows you the files in modification time.

    And now...
    See more | Go to post

    Leave a comment:


  • thanks lokesh.........
    See more | Go to post

    Leave a comment:


  • Linker error :Undefined symbal _ print in module test.c

    Hi,
    I am beginer to c language.
    When i compile a programe, got an error msg:--
    Linker error:Undefined symbal _ print in module test.c

    and my programe is like this....
    main ( )
    {
    print ( " Hello, World " );
    }

    Pls help

    thx in advance
    See more | Go to post

  • suryakantyadav
    started a topic Undefined symbal _ print in module test.c
    in C

    Undefined symbal _ print in module test.c

    Hi,
    I am beginer to c language.
    When i compile a programe, got an error msg : Undefined symbal _ print in module test.c

    and my programe is like this....
    main ( )
    {
    print ( " Hello, World " );
    }

    Pls help

    thx in advance
    See more | Go to post
    Last edited by suryakantyadav; Nov 8 '06, 06:07 AM. Reason: spell mistake
No activity results to display
Show More
Working...