What is xargs?

2007-10-12 Thread Hall Nation
I am new to cygwin/X. Using the above setup at the workplace.. I need to know about the xargs command. What does it do ? Building a website is a piece of cake. Yahoo! Small Business gives you all

Re: What is xargs?

2007-10-12 Thread Gary Johnson
On 2007-10-12, Hall Nation wrote: I am new to cygwin/X. Using the above setup at the workplace.. I need to know about the xargs command. What does it do ? As a newcomer to Cygwin and apparently to Unix, one of the most important commands to learn is 'man'. To find out what the 'xargs

Re: What is xargs?

2007-10-12 Thread Christopher Faylor
On Fri, Oct 12, 2007 at 07:44:51AM -0400, Mark J. Reed wrote: On 2007-10-12, Hall Nation wrote: I am new to cygwin/X. Using the above setup at the workplace.. I need to know about the xargs command. What does it do ? As Gary said, the man (short for manual) command is your friend

Re: What is xargs?

2007-10-12 Thread Mark J. Reed
On 2007-10-12, Hall Nation wrote: I am new to cygwin/X. Using the above setup at the workplace.. I need to know about the xargs command. What does it do ? As Gary said, the man (short for manual) command is your friend. It's also important to note that not all commands whose name

Re: What is xargs?

2007-10-12 Thread Thomas Dickey
On Fri, 12 Oct 2007, Christopher Faylor wrote: On Fri, Oct 12, 2007 at 07:44:51AM -0400, Mark J. Reed wrote: On 2007-10-12, Hall Nation wrote: I am new to cygwin/X. Using the above setup at the workplace.. I need to know about the xargs command. What does it do ? As Gary said, the man