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.