aptmiguk's comments

aptmiguk | 6 years ago | on: Xfce 4.14 released

Love Xfce. I've never been able to get into a decent workflow with Gnome or KDE. Much lighter on resources it seems, too.

Congrats to the devs!

aptmiguk | 7 years ago | on: Ask HN: Best Command-Line Applications?

With xargs (and find), I wish I would've found this sooner:

find test -print0 | xargs -0 file

"This allows file names that contain newlines or other types of white space to be correctly interpreted by programs that process the find output. This option corresponds to the -0 option of xargs."

page 1