Answer the question
In order to leave comments, you need to log in
How to display the text echo + cat on one line through a bash script?
How to display text folder:file.txt: followed by what is in file.txt t ?
#!/bin/bash
cd ..
cd folder
"echo folder:file.txt: $(cat file.txt)"
echo "Finish"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question