Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • GitLab
  • GitHub
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style
    • Motivation

Daily Archives: July 7, 2012

xargs and find to selected copy

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 …

Continue reading “xargs and find to selected copy”

Posted byjeffrinJuly 7, 2012Posted inUncategorizedLeave a comment on xargs and find to selected copy
July 2012
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Jun   Aug »
TRUEANGLE, Proudly powered by WordPress.