0

To be specific, the task is to make a bash shell program that recieves a file and makes a directory that has the same name as the file with the addition of "cop" and then stores a copy of the file inside that directory.

e.g. if the file is named test, the directory name would be testcop.

What command do I use for the purpose of adding letters to the name of a file whose name is based on the name of another file?

0 Answers0