Help with UNIX commands

Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default Help with UNIX commands

    I am researching some unix commands and I would like to know if someone
    knows where I can find them online. I just want to know what are they
    used for and if there are some available examples online.The commands
    are: snapshot and sdtprocess.

    Sorry if this is not the right place to post this.

    Thanks.

    Mame Mbodji Guest

  2. Similar Questions and Discussions

    1. please tell me what are the following unix commands:
      Hello, I am not a UNIX expert can you please tell me how to execute or achieve the following functions, what are the unix commands: How to...
    2. Practices on UNIX Commands
      Is there any UNIX software that can be installed on Windows XP for me to practice UNIX/AIX environment and commands?
    3. Need help with UNIX compiler commands
      Consider this simple C++ program: #include <iostream.h> int main(void) { cout << "Hello, world!" << endl; return 0; //This is optional }...
    4. Using external Unix commands
      I cant use Telnet or Sockets because the modules are not loaded on. I want to automate telnets to a list of ips. It looks like this is running...
    5. Unix equivalent of Dos commands
      I am trying to send strings of data to a customer display connect to /dev/tty2a in Openserver 5.0.5. The use manual explains how to do this in...
  3. #2

    Default Re: Help with UNIX commands

    Mame Mbodji wrote:
    > I am researching some unix commands and I would like to know if someone
    > knows where I can find them online. I just want to know what are they
    > used for and if there are some available examples online.The commands
    > are: snapshot and sdtprocess.
    >
    > Sorry if this is not the right place to post this.
    >
    Well it seems not to do with Perl, unless these tools are written in
    Perl, so it might be a little OT....but....

    What variant of Unix? These are not tools that I have seen before, not
    that I am an all Unix guru. Have you tried the old stand by of:

    man snapshot
    man sdtprocess

    ??? That would be might first suggestion. If they are Perl then
    hopefully they have some form of internal documentation, try pulling
    them up in a text editor.....

    [url]http://danconia.org[/url]

    Wiggins D'Anconia Guest

  4. #3

    Default Re: Help with UNIX commands

    [email]Mercedissa1@netscape.net[/email] wrote:
    > I am researching some unix commands and I would like to know if
    > someone knows where I can find them online. I just want to know what
    > are they used for and if there are some available examples online.The
    > commands are: snapshot and sdtprocess.
    >
    > Sorry if this is not the right place to post this.
    >
    > Thanks.
    The following link shows a huge list of OS level tasks and the commands
    to run them on a slew of different (*nix), including our favorites
    Solaris, HPUX and Linux.

    [url]http://bhami.com/rosetta.html[/url]

    Enjoy

    Chuck

    Chuck Fox Guest

  5. #4

    Default Re: Help with UNIX commands

    On Fri, 14 Nov 2003 20:36:54 -0500, Mame Mbodji wrote:
    > I am researching some unix commands and I would like to know if someone
    > knows where I can find them online.
    What does this have to do with Perl? The obvious answer, though, is to
    tap twice on the TAB key, write down what you see, and then prepend each
    command with 'man' and then see what you get.

    Example:

    man cat

    Easy! :-)


    --
    Tore Aursand <tore@aursand.no>

    Tore Aursand Guest

  6. #5

    Default Re: Help with UNIX commands

    Wiggins D'Anconia wrote:
    >
    > Mame Mbodji wrote:
    > > I am researching some unix commands and I would like to know if someone
    > > knows where I can find them online. I just want to know what are they
    > > used for and if there are some available examples online.The commands
    > > are: snapshot and sdtprocess.
    > >
    > > Sorry if this is not the right place to post this.
    > >
    /How to lose friends and alienate people/
    > Well it seems not to do with Perl, unless these tools are written in
    > Perl, so it might be a little OT....but....
    >
    > What variant of Unix? These are not tools that I have seen before, not
    > that I am an all Unix guru. Have you tried the old stand by of:
    >
    > man snapshot
    > man sdtprocess

    /R


    Rob Dixon Guest

  7. #6

    Default Re: Help with UNIX commands

    Rob:

    Thank you for responding to my post! I just got back from a long week
    end. Did not check my email....

    [email]rob@dixon.port995.com[/email] wrote:
    > Wiggins D'Anconia wrote:
    >
    >>Mame Mbodji wrote:
    >>
    >>>I am researching some unix commands and I would like to know if someone
    >>>knows where I can find them online. I just want to know what are they
    >>>used for and if there are some available examples online.The commands
    >>>are: snapshot and sdtprocess.
    >>>
    >>>Sorry if this is not the right place to post this.
    >>>
    >>
    >
    > /How to lose friends and alienate people/
    >
    >
    >>Well it seems not to do with Perl, unless these tools are written in
    >>Perl, so it might be a little OT....but....
    >>
    >>What variant of Unix? These are not tools that I have seen before, not
    >>that I am an all Unix guru. Have you tried the old stand by of:
    >>
    >>man snapshot
    >>man sdtprocess
    >
    >
    >
    > /R
    >
    >
    >

    Mame Mbodji Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139