linux empty file code example
Example 1: bash command to empty textfile
: > file.log
Example 2: linux empty file
echo -n > myfile.txt
Example 3: how to clear a file in linux
# Just cd To the Correct Path, and Type the Following:
> filename
: > file.log
echo -n > myfile.txt
# Just cd To the Correct Path, and Type the Following:
> filename