Jonathan E. Landrum d29d3dafd1 Update README.md | 9 gadi atpakaļ | |
---|---|---|
.. | ||
README.md | 9 gadi atpakaļ | |
search.c | 9 gadi atpakaļ | |
test.txt | 10 gadi atpakaļ |
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.