xargs - command-line arguments

May 11, 2013
linux command-line

xargs is a nice utility that works in conjunction with pipes to construct argument lists and pass the same to other utilities.

Here’s how I’d search and remove all HTML files:

find . -name "*.html" -print | xargs rm -f

City Council of Barcelona switches from Microsoft Windows to Linux

February 11, 2018
linux ubuntu microsoft open source data protection

linux.com website compromised?

December 7, 2017
linux wordpress security

Linux Magazine's special edition on openSUSE

November 20, 2017
opensuse linux university-of-mauritius education