Digital Marketing

Pipe the file name of 'grep' to mv in Linux

grep -rl goyun.info | xargs -I '{}' mv {} ../backup

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database