This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | date -r timestamp | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | By running this command, I was able to see what files mdworker was opening to index: | |
| sudo fs_usage -w -f filesys mdworker | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Link link = linkSource.createPageRenderLinkWithContext(ExamplePageIndex.class,parameter); | |
| link.setAnchor("entry123"); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Prepend name of the branch with ":". | |
| Example deletion of branch "newfeature": | |
| git push origin :newfeature | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | DELETE [LOW_PRIORITY] [QUICK] [IGNORE] | |
| FROM tbl_name | |
| [WHERE where_condition] | |
| [ORDER BY ...] | |
| [LIMIT row_count] | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | mysql --host=host_name --user=user_name --password=your_password db_name | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | The find command is used to locate files on a Unix or Linux system. | |
| find will search any set of directories you specify for files that match the supplied search criteria. | |
| find where-to-look criteria what-to-do |