From 1cf472e6c7df6b4d011463958d60f1e6cfc2faf4 Mon Sep 17 00:00:00 2001 From: Adnan Ahmed Date: Sun, 2 Apr 2017 07:39:18 +0400 Subject: [PATCH] Fix cat command description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d6015c..6da2966 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,9 @@ $ touch trick.md ### c. `cat` It can be used for the following purposes under UNIX or Linux Display text files on screen -Copy text files -Combine text files -Create new text files +* Copy text files +* Combine text files +* Create new text files ```bash cat filename cat file1 file2