rerun

License: Free ‎File size: N/A
‎Users Rating: 4.0/5 - ‎4 ‎votes

ABOUT rerun

Rerun is used with the cut or awk commands to execute a UNIX Command once for every record read from stdin. It then embeds the value from stdin into the command. Ex: cat /etc/passwd | grep :6[0-3][0-9]: | cut -d: -f1 | rerun 'usermod -g 600