My coding is far from advanced, so just to clarify - do I need to put any parameters in the '{}' field?
i.e. I've got a file with the samples I want (ids.csv) and the data file (samples.xls) so my code would simply be
Code:
cat ids.csv | xargs -I '{}' grep '{}' samples.xls > catdata.xls
Leave a comment: