Команды SFK


    1        2        3        4        5        6        7        8        9        10    

Раздел 5. Search and Compare - Поиск и сравнение
deplist | dupfind | extract | find | hexfind | md5 | md5check | md5gento | ofind | pathfind | reflist | xfind | xfindbin | xhexfind |

Help:   Рус   |   Eng        Refer:   Рус   |   Eng  

Команда: pathfind
sfk pathfind mycmd
sfk where mycmd

   search the current directory and the PATH for the location
   of a command mycmd. "where" is the same as "pathfind".

   if mycmd does not contain a dot '.', sfk searches for all
   extensions listed in PATHEXT, e.g. mycmd.bat, mycmd.exe etc.

   chaining support
      output chaining is supported.

   web reference
      http://stahlworks.com/sfk-pathfind

   examples
      sfk where sfk.exe
         tell location of sfk.exe
      sfk where sfk.exe +setvar ownpath +getvar
         store location of sfk.exe in a variable,
         then list all variables