1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Add content for echo command (#2482)

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

View File

@@ -5,4 +5,5 @@
It has the following syntax: `$ echo [options] [string]` e.g. `$ echo "Hello World!"`
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tecmint.com/echo-command-in-linux/'>Echo command with Examples</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tecmint.com/echo-command-in-linux/'>Echo command with Examples</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=S_ySzMHxMjw'>Linux Crash Course - The echo Command</BadgeLink>