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' command does, execute the following at the Bash prompt: man xargs Regards, Gary -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/
