Skip to content

Commit

Permalink
docs: update linux command (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mertozturkk authored and Pradumnasaraf committed Dec 11, 2022
1 parent 1de60a1 commit 12f9a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Linux/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- `pwd` - Present working directory.
- `cat <filename>` - Display file content.
- `cat > <new-file-name>` - Create a file.
- `dd if=/dev/zero of=bos_dosya bs=4G count=1`- create empty file with zeros
- `cat >> <filename>` - Append the file.
- `cat <filename> <filename2> ` - Display 2 files at a time.
- `cat <filename> <filename2> > <newfile-name>` - Merge both of file content in a single one.
Expand Down

0 comments on commit 12f9a98

Please sign in to comment.