Ask a Question related to PERL Beginners, Design and Development.
-
Mame Mbodji #1
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
-
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... -
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? -
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 }... -
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... -
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... -
Wiggins D'Anconia #2
Re: Help with UNIX commands
Mame Mbodji wrote:
Well it seems not to do with Perl, unless these tools are written in> 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.
>
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
-
Chuck Fox #3
Re: Help with UNIX commands
[email]Mercedissa1@netscape.net[/email] wrote:
The following link shows a huge list of OS level tasks and the 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.
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
-
Tore Aursand #4
Re: Help with UNIX commands
On Fri, 14 Nov 2003 20:36:54 -0500, Mame Mbodji wrote:
What does this have to do with Perl? The obvious answer, though, is to> I am researching some unix commands and I would like to know if someone
> knows where I can find them online.
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
-
Rob Dixon #5
Re: Help with UNIX commands
Wiggins D'Anconia wrote:
/How to lose friends and alienate people/>
> 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
/R
Rob Dixon Guest
-
Mame Mbodji #6
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



Reply With Quote

