Help with "'cat' is not recognized" command in CMD

In the tutorial I can’t get this command to work:

env) D:**>cat data/nlu.md ‘cat’ is not recognized as an internal or external command, operable program or batch file.

(env) D:**>data/nlu.md ‘data’ is not recognized as an internal or external command, operable program or batch file.

Thanks for any help on this.

You’re using the cat linux command in powershell or the command line which is windows; check out this for the windows equivalent type instead

1 Like

Thank you, but apparently I still messed it up haha…

D:***>type data/nlu.md

The syntax of the command is incorrect.

Hi @Zer0evil,

which Terminal are you using?

Regards Julian

Just CMD in windows 10.

EDIT: I found the file, but it’s apparently buried in the directory so the command only works if I do this:

type D:\555\555\env\Lib\site-packages\rasa\cli\initial_project\data\nlu.md