3. Shared memory + Regex

Write two programs:

  1. unsearcher.c:

    • ./unsearcher /shmem_id "regex"

    • Opens shared memory object with /shmem_id descriptor

    • Prints all the lines that not contain regex

  2. filler.c

    • ./filler /shmem_id textfile

    • fills shared memory object with contents of the textfile

    • it textfile is too large, simply ignore the rest of it

HSE/ProgrammingOS/Lab_18_Test/Shmem_Regex (последним исправлял пользователь FrBrGeorge 2020-05-08 17:14:24)