commandline session $ 4.2.29 8 508—> find . -name “*gimp*” -print0 | xargs -0 -I {} cp {} ../6raphics/ $ 4.2.29 9 509—> find . -name “*gimp*” -print0 | xargs -0 -I {} cp {} ../6raphics/ $ 4.2.29 10 510—> find . -name “*blender*” -print0 | xargs -0 -I {} cp {} ../6raphics/ $ 4.2.29 …