--- Seyyed Mehdi Sheikhalishahi <[EMAIL PROTECTED]> wrote: > Hi All > I want to parameters for an executable file be from > a file. > How can I do this thing? > > -- > Best Regard. > Seyyed Mehdy Sheikhalishahy. > Yazd e-Commerce Center. <http://yecc.net> > Software Developer. > > > > >
Hi, you can use xargs command, as a sample for rmovinf all files : ls -l|xargs rm caution: that is "one" in the command not a L letter, Regards, Kaveh __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com _______________________________________________ bna-linuxiran mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/bna-linuxiran
