Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. showword() {
  4. echo $1
  5. }
  6.  
  7. echo This is a sample message | xargs -d' ' -t -n1 -P2 showword
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement