previous | next
 
home  |  sales  |  customers  |  jobs  |  contact  |  search  
 
 Home 
 Products 
 Customers 
 Comparisons 
 Sales 
 Test drive 
 Company 
 Jobs 
 Support 
 Documentation 
      - Quick reference guide 
      - Reference manual 
      - Command Comparisons 
        . CVS to BK 
      - Bug Database 
        . Submitting Bugs 
        . Querying Bugs 
        . Viewing Bugs 
        . Updating Bugs 
      - User guide 
      - FAQS 
        . General usage 
        . Making changes 
        . Viewing changes 
        . File operations 
        . Multiple file operations 
        . Merges 
        . Import 
        . Undoing work 
        . Tags 
        . Failure recovery 
        . Event triggers 
        . Configuration 
        . Error messages 
        . Windows/NT 
        . BK/Web 
        . Linux 
      - HOWTO's 
        . License Keys: Closed Source 
        . License Keys: Open Source 
        . Multiple code lines 
        . CVS to BitKeeper 
 Search 
 Site Map 
    

Multiple file operations


  • How do I check in lots of files from the command line?

    bk sfiles -U -c | bk ci -yyour_comments -

    
    
    
  • How do I modify every file in the tree in one shot for testing?

    bk sfiles -g -U| while read x; do echo $x; echo "foobar" >> $x; done

    
    
    
  • How would I ``bk get'' all *.pm files in all subdirectories?
    Try this:

    bk -R sfiles -g | grep '\.pm$' | bk get -

    
    
    
  • How do I find all bad writable files?

    bk -r check -w

    Typical usage:

    bk -r check -w | bk -R edit -g -
    bk -r check -w | bk -R xargs whatever


Home    Products    How to Buy    Customers    Downloads    Support    Privacy Policy    Bug DB    Site Map    Contact Us

© 1997-2007, BitMover, Inc.