adding linux answers (#290)
This commit is contained in:
parent
5c6e49192c
commit
3d129216e0
@ -917,9 +917,13 @@ There are many answers for this question. One way is running `df -T`
|
|||||||
<details>
|
<details>
|
||||||
<summary>How to create a
|
<summary>How to create a
|
||||||
|
|
||||||
* new empty file
|
- new empty file
|
||||||
* a file with text (without using text editor)
|
- a file with text (without using text editor)
|
||||||
* a file with given size</summary><br><b>
|
- a file with given size</summary><br><b>
|
||||||
|
|
||||||
|
* touch new_file.txt
|
||||||
|
* cat > new_file [enter] submit text; ctrl + d to exit insert mode
|
||||||
|
* truncate -s <size> new_file.txt
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
Loading…
Reference in New Issue
Block a user