https://github.com/kamilhan-karaismailoglu/clone-grep-command-with-c
In this project, create grepFile function like grep command in linux. With the grepFile command to be created, the searched words will be found in the scanned file and the lines on which they are will be printed to the output file. The number of times this word is repeated in the relevant file will be displayed in the terminal. This project was written for System Programming lecture.
https://github.com/kamilhan-karaismailoglu/clone-grep-command-with-c
c clone-grep-command grep-command
Last synced: 7 months ago
JSON representation
In this project, create grepFile function like grep command in linux. With the grepFile command to be created, the searched words will be found in the scanned file and the lines on which they are will be printed to the output file. The number of times this word is repeated in the relevant file will be displayed in the terminal. This project was written for System Programming lecture.
- Host: GitHub
- URL: https://github.com/kamilhan-karaismailoglu/clone-grep-command-with-c
- Owner: kamilhan-karaismailoglu
- Created: 2022-05-28T19:20:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T19:24:37.000Z (over 3 years ago)
- Last Synced: 2025-01-15T11:11:28.848Z (9 months ago)
- Topics: c, clone-grep-command, grep-command
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clone-Grep-Command-With-C
In this project, create grepFile function like grep command in linux. With the grepFile command to be created, the searched words will be found in the scanned file and the lines on which they are will be printed to the output file. The number of times this word is repeated in the relevant file will be displayed in the terminal. This project was written for System Programming lecture.