Jonathan E. Landrum d29d3dafd1 Update README.md | %!s(int64=9) %!d(string=hai) anos | |
---|---|---|
.. | ||
README.md | %!s(int64=9) %!d(string=hai) anos | |
search.c | %!s(int64=9) %!d(string=hai) anos | |
test.txt | %!s(int64=10) %!d(string=hai) anos |
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.