Robert E. Smith wrote: [] > [smith:~] res% fink-virtual-pkgs --debug 2>&1 | grep -A 19 xcode > Ambiguous output redirect. > [smith:~] res% > > Looks like there is a typo in the second one.
No, it is correct for sh type shells like bash (which is the default now). For csh or tcsh, which you are using, you would write fink-virtual-pkgs --debug |& grep -A 19 xcode Anyway, you need to install a suitable fink first. -- Martin ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
