Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • When I run that command I got "killed" :/ Commented May 12, 2018 at 12:22
  • @little_mice: Where is killed coming from? Is it an error or a word in one of your files? Commented May 12, 2018 at 12:35
  • When I run that command in the terminal it outputs "killed" in the same terminal. And the file where the output should be redirect is empty Commented May 12, 2018 at 13:10
  • 1
    This command must be run in the directory containing dict.txt and transcript.txt (or specify the full path to those files. Also this command as is will not produce an output file (because you have not asked for one), it will send the output to stdout. Commented May 12, 2018 at 13:19
  • it finally worked! the problem was that it wasn't run in the directory was @Jesse_b said. Thanks! Commented May 12, 2018 at 15:59