Suppress output of loud commands you don’t want to hear from
$ quietly() { "$@" > /dev/null 2>&1; }
This works even if there are spaces in any word in the command line.
View this command to comment, vote or add to favourites
View all commands by wipu
by David Winterbottom (codeinth…





















