Thursday, January 13, 2011

xargs and pipes

Being a linux n00b, I've recently discovered the powers of xargs and |

for example, diffing two files is as easy as

find . -name "foo.txt" | xargs diff

BRILLIANT

http://www.linux.com/archive/feed/45679

No comments:

Post a Comment