Skip to content

Commit

Permalink
adding linux answers (bregman-arie#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
iqtheengineer authored Sep 14, 2022
1 parent 5c6e491 commit 3d12921
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions topics/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,9 +917,13 @@ There are many answers for this question. One way is running `df -T`
<details>
<summary>How to create a

* new empty file
* a file with text (without using text editor)
* a file with given size</summary><br><b>
- new empty file
- a file with text (without using text editor)
- 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>

<details>
Expand Down

0 comments on commit 3d12921

Please sign in to comment.