How do I add a file to a directory in terminal?

3.6k views Asked by At

I am trying to add files to a directory that I created, and I attempted to use

   cvs add filename

but that did not work, as I got the error message:

    -bash: cvs: command not found

How do I fix this and be able to add files to a directory?

1

There are 1 answers

1
0xack13 On BEST ANSWER

It's either cvs has not been installed or not found in the environment path variable e.g. $PATH. If you're sure that you have installed cvs successfully, try to execute the cvs command by using its absolute path.