1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Add content for cat command (#2483)

Updating tutorial for cat command
This commit is contained in:
Soma Mehra
2022-10-14 00:24:00 +05:30
committed by GitHub
parent d62661e86c
commit 929dead11b

View File

@@ -14,3 +14,4 @@ e.g. `$ cat file.txt`
<ResourceGroupTitle>Free Content</ResourceGroupTitle> <ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tecmint.com/13-basic-cat-command-examples-in-linux/'>Cat Command with examples</BadgeLink> <BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tecmint.com/13-basic-cat-command-examples-in-linux/'>Cat Command with examples</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://en.wikipedia.org/wiki/Cat_(Unix)'>Options</BadgeLink> <BadgeLink colorScheme='yellow' badgeText='Read' href='https://en.wikipedia.org/wiki/Cat_(Unix)'>Options</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=exj5WMUJ11g'>Linux Tutorials|cat command|GeeksforGeeks</BadgeLink>