Changes between Version 2 and Version 3 of NavigatingInSources


Ignore:
Timestamp:
2018-02-24T20:35:39Z (6 years ago)
Author:
Jakub Jermář
Comment:

Git

Legend:

Unmodified
Added
Removed
Modified
  • NavigatingInSources

    v2 v3  
    33== Searching and Grepping ==
    44
    5 Most people coming from the Unix background will be used to working with the `grep` command. While using plain `grep` to search HelenOS sources is possible too, Bazaar, the VCS used by HelenOS, provides a nice wrapper around `grep`, so that it is possible to do for example:
     5Most people coming from the Unix background will be used to working with the `grep` command. While using plain `grep` to search HelenOS sources is possible too, Git, the VCS used by HelenOS, provides a nice wrapper around `grep`, so that it is possible to do for example:
    66
    77{{{
    8 $ bzr grep -n --color=auto foo
     8$ git grep -n foo
    99}}}
    1010