Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
How to create an empty text.t file by means of Bash?
> text.t
echo > text.t
touch text.t
cat /dev/null > text.t
cp /dev/null > text.t
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!