May 282010
How to truncate a file?
Answer:
Assume you have a file named "test.txt", now you want to truncate (remove the content) of the file, you can use:
> test.txt
That's all.
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to truncate a file?
Answer:
Assume you have a file named "test.txt", now you want to truncate (remove the content) of the file, you can use:
> test.txt
That's all.