Changeset 738d5a4 in mainline


Ignore:
Timestamp:
2020-12-04T18:12:15Z (4 years ago)
Author:
parth-27 <parth1020patel@…>
Children:
83d665a
Parents:
a91cecd8
Message:

grep command added

Location:
uspace/app/bdsh
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/modules.c

    ra91cecd8 r738d5a4  
    6666#include "unalias/entry.h"
    6767#include "basename/entry.h"
     68#include "grep/entry.h"
    6869
    6970/*
     
    9495#include "unalias/unalias_def.inc"
    9596#include "basename/basename_def.inc"
     97#include "grep/grep_def.inc"
    9698
    9799        { NULL, NULL, NULL, NULL }
  • uspace/app/bdsh/meson.build

    ra91cecd8 r738d5a4  
    6060        'cmds/modules/unmount/unmount.c',
    6161        'cmds/modules/basename/basename.c',
     62        'cmds/modules/grep/grep.c',
    6263        'compl.c',
    6364        'errors.c',
Note: See TracChangeset for help on using the changeset viewer.