I have a program written in a text file and I want to execute this file using dlv in the command prompt, however it keeps returning this error:
heba.txt: line 0: can't open input.
Any idea how to solve this issue?
Thank you in advance.
I have a program written in a text file and I want to execute this file using dlv in the command prompt, however it keeps returning this error:
heba.txt: line 0: can't open input.
Any idea how to solve this issue?
Thank you in advance.
This is probably not a problem with dlv
but with your console/terminal.
Depending on your operating system etc.. i would guess that you first have to switch to the directory that contains your file heba.txt
. Search for command like cd
list
dir
depending on your operating system.