NOTE: this command, like most examples, is safe. It only prints out what would be done. To actually run this and other shell examples, remove the "echo" statement.
pgrep bash | xargs -i --no-run-if-empty echo ionice -c3 {}
This blog is for technical and personal posts. Over different jobs over the years I've written hundreds of articles, and now it's time to share with everyone!
pgrep bash | xargs -i --no-run-if-empty echo ionice -c3 {}
No comments:
Post a Comment