If I enter bash -x option, it will show all the line. But the script will execute normaly.
How can I execute line by line? Than I can see if it do the correct thing,
xargs: can filter lines
cat .bashrc | xargs -0 -l -d \\n bash