Jonathan E. Landrum d29d3dafd1 Update README.md 9 anos atrás
..
README.md d29d3dafd1 Update README.md 9 anos atrás
search.c 748c4d32c7 Add assumption that one argument is the file name 9 anos atrás
test.txt ed26f484b0 Cleaning house (moving to directories) 10 anos atrás

README.md

String Search

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.