Add terminal usage resources

* update 100-terminal-usage.md

* Update content/roadmaps/101-backend/content/102-os-general-knowledge/100-terminal-usage.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
narasimhauppala
2022-02-12 15:28:18 +05:30
committed by GitHub
parent c6def19bcd
commit 6023376452

View File

@ -1 +1,6 @@
# Terminal usage # Terminal usage
Terminals, also known as command lines or consoles, allow us to accomplish and automate tasks on a computer without the use of a graphical user interface.
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Understanding_client-side_tools/Command_line'>Command line crash course</BadgeLink>
<BadgeLink colorScheme='green' badgeText='Course' href='https://www.youtube.com/watch?v=jDINUSK7rXE'>Basic Terminal Usage - Cheat Sheet to make the command line EASY</BadgeLink>