From 12f9a98ae7da1dbe1db84ffa61f410227045dc83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20=C3=96zt=C3=BCrk?= <42963332+Mertozturkk@users.noreply.github.com> Date: Sun, 11 Dec 2022 15:03:22 +0300 Subject: [PATCH] docs: update linux command (#15) --- Linux/commands/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Linux/commands/README.md b/Linux/commands/README.md index 7bb0cbd..317d663 100644 --- a/Linux/commands/README.md +++ b/Linux/commands/README.md @@ -20,6 +20,7 @@ - `pwd` - Present working directory. - `cat ` - Display file content. - `cat > ` - Create a file. +- `dd if=/dev/zero of=bos_dosya bs=4G count=1`- create empty file with zeros - `cat >> ` - Append the file. - `cat ` - Display 2 files at a time. - `cat > ` - Merge both of file content in a single one.