|
10 년 전 | |
---|---|---|
.. | ||
README.md | 10 년 전 | |
search.c | 10 년 전 | |
test.txt | 10 년 전 |
This program searches for the first occurrence of the given substring in the given file.
######Usage######
$ ./search [file] [string]
where [file] is the ASCII file to search and [string] is the string to search for.