# searchword command

## Summary

Searches for a string in a specified file

## Description

Searching for strings in files is a common practice to find messages, unused messages, and hidden messages in files and executables, especially games. The command is found to make this practice much easier to access. It searches for a specified string in a specified file, and returns all matches.

## Command usage

* `searchword <word> <file>`

## Examples

* `searchword "Debug Menu" "DEBUG NFS.ELF"`: Searches for "Debug Menu" in a file "DEBUG NFS.ELF"
* `searchword "Welcome" "hello.txt"`: Searches for "Welcome" in a file "hello.txt"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aptivi.gitbook.io/deprecated/nitrocid-ks-v0.0.24-manual/commands/uesh/ks-command-searchword.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
