this is the code I wrote
echo "Positive count =" > file.txt | grep -o -i positive IMDB_Dataset.csv | wc -l >> file.txt
on ubuntu and the result in the file was
Positive count =
26188
can I write it in the same line to become like this
Positive count = 26188