Merge branch 'kamranahmedse:master' into master

pull/1869/head
Aroyan 2 years ago committed by GitHub
commit e58a516572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/roadmaps/102-devops/content/100-language/100-python.md
  2. 2
      content/roadmaps/102-devops/content/100-language/102-javascript.md
  3. 4
      content/roadmaps/102-devops/content/100-language/103-go.md
  4. 2
      content/roadmaps/102-devops/content/101-os-concepts/105-sockets.md
  5. 2
      content/roadmaps/102-devops/content/102-managing-servers/100-operating-system/101-centos.md
  6. 2
      content/roadmaps/102-devops/content/102-managing-servers/100-operating-system/103-suse-linux.md
  7. 2
      content/roadmaps/102-devops/content/102-managing-servers/100-operating-system/104-rhel.md
  8. 2
      content/roadmaps/102-devops/content/102-managing-servers/100-operating-system/105-fedora.md
  9. 2
      content/roadmaps/102-devops/content/102-managing-servers/100-operating-system/106-debian.md
  10. 4
      content/roadmaps/102-devops/content/102-managing-servers/100-operating-system/107-free-bsd.md
  11. 4
      content/roadmaps/102-devops/content/102-managing-servers/100-operating-system/108-open-bsd.md
  12. 2
      content/roadmaps/102-devops/content/102-managing-servers/100-operating-system/109-net-bsd.md
  13. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/100-screen-multiplexer.md
  14. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/101-tmux-multiplexer.md
  15. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/102-ps.md
  16. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/102-top.md
  17. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/103-htop.md
  18. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-atop.md
  19. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/105-lsof.md
  20. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/106-nmon.md
  21. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/107-iostat.md
  22. 2
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/121-sed.md
  23. 2
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/122-grep.md
  24. 2
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/123-sort.md
  25. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/124-cut.md
  26. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/125-uniq.md
  27. 2
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/126-cat.md
  28. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/129-tr.md
  29. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/130-nl.md
  30. 4
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/131-wc.md

@ -10,8 +10,8 @@ Python is a multi-paradigm language. Being an interpreted language, code is exec
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.python.org/'>Python Website</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.python.org/about/gettingstarted/'>Python Getting Started</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://automatetheboringstuff.com/'>Automate the Boring Stuff</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.w3schools.com/python/'>W3Schools - Python Tutorial </BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://ehmatthes.github.io/pcc/'>Python Crash Course</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.codecademy.com/learn/learn-python-3'>Codecademy - Learn Python 3</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.python.org/about/gettingstarted/'>Python Getting Started</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://automatetheboringstuff.com/'>Automate the Boring Stuff</BadgeLink>

@ -10,9 +10,9 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.codecademy.com/learn/introduction-to-javascript'>Codecademy - Learn JavaScript</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.w3schools.com/js/'>W3Schools – JavaScript Tutorial</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://javascript.info/'>The Modern JavaScript Tutorial</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.codecademy.com/learn/introduction-to-javascript'>Codecademy - Learn JavaScript</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/hdI2bqOjy3c'>JavaScript Crash Course for Beginners</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=fBNz5xF-Kx4'>Node.js Crash Course</BadgeLink>

@ -9,8 +9,8 @@
Go is an open source programming language supported by Google. Go can be used to write cloud services, CLI tools, used for API development, and much more.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='green' badgeText='Course' href='https://www.codecademy.com/learn/learn-go'>Learn Go | Codecademy</BadgeLink>
<BadgeLink colorScheme='green' badgeText='Course' href='https://www.w3schools.com/go/'>W3Schools Go Tutorial </BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://go.dev/tour/welcome/1'>A Tour of Go – Go Basics</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://go.dev/doc/'>Go Reference Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://gobyexample.com/'>Go by Example - annotated example programs</BadgeLink>
<BadgeLink colorScheme='green' badgeText='Course' href='https://www.codecademy.com/learn/learn-go'>Learn Go | Codecademy</BadgeLink>
<BadgeLink colorScheme='green' badgeText='Course' href='https://www.w3schools.com/go/'>W3Schools Go Tutorial </BadgeLink>

@ -7,4 +7,4 @@ e.g. `http://192.168.0.1:8080`
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/socket-in-computer-network/'>What are Sockets?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tutorialspoint.com/unix_sockets/what_is_socket.htm'>Types of Sockets</BadgeLink>
<BadgeLink badgeText='yellow' href='https://www.baeldung.com/cs/port-vs-socket'>Port vs Socket</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.baeldung.com/cs/port-vs-socket'>Port vs Socket</BadgeLink>

@ -4,4 +4,4 @@ CentOS (short for Community Enterprise Operating System) is a community driven,
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.centos.org/'>CentOS Project Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://wiki.centos.org/Documentation'>CentOS Documentation</BadgeLink>
<BadgeLink badgeText='How To Guides' colorScheme='blue' href='https://wiki.centos.org/HowTos'>CentOS How To Guides</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://wiki.centos.org/HowTos'>CentOS How To Guides</BadgeLink>

@ -4,4 +4,4 @@ openSUSE is a free to use Linux distribution aimed to promote the use of Linux e
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.opensuse.org/'>openSUSE Linux Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://en.opensuse.org/Main_Page'>openSUSE Documentation</BadgeLink>
<BadgeLink badgeText='Unofficial Getting Started Guide' colorScheme='blue' href='https://opensuse-guide.org/'>Unofficial openSUSE Getting Started Guide</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://opensuse-guide.org/'>Unofficial openSUSE Getting Started Guide</BadgeLink>

@ -4,4 +4,4 @@ Red Hat Enterprise Linux (RHEL) is a commercial open-source Linxus distribution
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux'>Red Hat Enterprise Linux Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/'>RHEL Documentation</BadgeLink>
<BadgeLink badgeText='Getting Started' colorScheme='blue' href='https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux/get-started'>RHEL Getting Started Guides</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux/get-started'>RHEL Getting Started Guides</BadgeLink>

@ -4,4 +4,4 @@ Fedora Linux is a free and open-source Linux distribution developed by the [Fedo
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://fedoraproject.org/'>Fedora Linux Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://docs.fedoraproject.org/en-US/docs/'>Official Fedora Documentation</BadgeLink>
<BadgeLink badgeText='Getting Started Guide' colorScheme='blue' href='https://docs.fedoraproject.org/en-US/quick-docs/getting-started-guide/'>Fedora Linux Getting Started Guide</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://docs.fedoraproject.org/en-US/quick-docs/getting-started-guide/'>Fedora Linux Getting Started Guide</BadgeLink>

@ -4,4 +4,4 @@ Debian is a free and open-source Linux distribution developed by the Debian Proj
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.debian.org/'>Debian Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://www.debian.org/doc/'>Official Debian Documentation</BadgeLink>
<BadgeLink badgeText='Installation Guide' colorScheme='blue' href='https://www.debian.org/releases/stable/installmanual'>Debian Installation Guide</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.debian.org/releases/stable/installmanual'>Debian Installation Guide</BadgeLink>

@ -4,5 +4,5 @@ FreeBSD is a free and open-source Unix-like operating system including many feat
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.freebsd.org/'>FreeBSD Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://docs.freebsd.org/en/'>Official FreeBSD Documentation</BadgeLink>
<BadgeLink badgeText='Handbook' colorScheme='blue' href='https://docs.freebsd.org/en/books/handbook/'>FreeBSD Handbook</BadgeLink>
<BadgeLink badgeText='Newbies Resources' colorScheme='blue' href='https://www.freebsd.org/projects/newbies/'>FreeBSD Resources for Newbies </BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://docs.freebsd.org/en/books/handbook/'>FreeBSD Handbook</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.freebsd.org/projects/newbies/'>FreeBSD Resources for Newbies </BadgeLink>

@ -4,5 +4,5 @@ OpenBSD is a free and open-source Unix-like operating system, focussed on portab
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.openbsd.org/'>OpenBSD Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://man.openbsd.org/search'>Official OpenBSD Documentation</BadgeLink>
<BadgeLink badgeText='Handbook' colorScheme='blue' href='https://www.openbsdhandbook.com/'>OpenBSD Handbook</BadgeLink>
<BadgeLink badgeText='Install Guide' colorScheme='blue' href='https://www.openbsd.org/faq/faq4.html'>OpenBSD Installation Guide</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.openbsdhandbook.com/'>OpenBSD Handbook</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.openbsd.org/faq/faq4.html'>OpenBSD Installation Guide</BadgeLink>

@ -4,4 +4,4 @@ NetBSD is a free, fast, secure, and highly portable Unix-like Open Source operat
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://netbsd.org/'>NetBSD Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://netbsd.org/docs/'>Official NetBSD Documentation</BadgeLink>
<BadgeLink badgeText='Guide' colorScheme='blue' href='https://netbsd.org/docs/guide/en/index.html'>NetBSD Guide</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://netbsd.org/docs/guide/en/index.html'>NetBSD Guide</BadgeLink>

@ -4,5 +4,5 @@ Screen is a full-screen window manager that multiplexes a physical terminal
See `man screen` or `screen -h` for further information
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://kapeli.com/cheat_sheets/screen.docset/Contents/Resources/Documents/index'>Screen Cheat Sheet</BadgeLink>
<BadgeLink badgeText='User Manual' colorScheme='blue' href='https://www.gnu.org/software/screen/manual/screen.html'>Screen User's Manual</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://kapeli.com/cheat_sheets/screen.docset/Contents/Resources/Documents/index'>Screen Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.gnu.org/software/screen/manual/screen.html'>Screen User's Manual</BadgeLink>

@ -6,5 +6,5 @@ When tmux is started it creates a new session with a single window and displays
See `man tmux` further information
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://tmuxcheatsheet.com/'>Tux Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://tmuxguide.readthedocs.io/en/latest/tmux/tmux.html'>Tmux Documentation</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://tmuxguide.readthedocs.io/en/latest/tmux/tmux.html'>Tmux Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://tmuxcheatsheet.com/'>Tux Cheat Sheet</BadgeLink>

@ -4,5 +4,5 @@ The ps utility displays a header line, followed by lines containing information
See `man ps` further information
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://www.sysadmin.md/ps-cheatsheet.html'>ps Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/ps.1.html'>ps Documentation</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/ps.1.html'>ps Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.sysadmin.md/ps-cheatsheet.html'>ps Cheat Sheet</BadgeLink>

@ -4,5 +4,5 @@ The top program periodically displays a sorted list of system processes. The de
See `man top` further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://gist.github.com/ericandrewlewis/4983670c508b2f6b181703df43438c37'>top Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/top.1.html'>top Documentation</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/top.1.html'>top Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://gist.github.com/ericandrewlewis/4983670c508b2f6b181703df43438c37'>top Cheat Sheet</BadgeLink>

@ -2,5 +2,5 @@
htop is a cross-platform ncurses-based process. It is similar to top, but allows you to scroll vertically and horizontally, and interact using a pointing device (mouse). You can observe all processes running on the system, along with their command line arguments, as well as view them in a tree format, select multiple processes and act on them all at once.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://www.maketecheasier.com/power-user-guide-htop/'>htop Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://www.man7.org/linux/man-pages/man1/htop.1.html'>htop Documentation</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://www.man7.org/linux/man-pages/man1/htop.1.html'>htop Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.maketecheasier.com/power-user-guide-htop/'>htop Cheat Sheet</BadgeLink>

@ -2,5 +2,5 @@
The program atop is an interactive monitor to view the load on a Linux system. It shows the occupation of the most critical hardware resources (from a performance point of view) on system level, i.e. cpu, memory, disk and network.
<BadgeLink badgeText='Command Guide' colorScheme='blue' href='https://www.digitalocean.com/community/tutorials/atop-command-in-linux'>atop Command Guide</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://linux.die.net/man/1/atop'>atop Documentation</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://linux.die.net/man/1/atop'>atop Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.digitalocean.com/community/tutorials/atop-command-in-linux'>atop Command Guide</BadgeLink>

@ -4,5 +4,5 @@ Lsof lists on its standard output file information about files opened by process
See `man lsof` or `lsof --help` for further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://neverendingsecurity.wordpress.com/2015/04/13/lsof-commands-cheatsheet/'>lsof Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man8/lsof.8.html'>lsof Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://neverendingsecurity.wordpress.com/2015/04/13/lsof-commands-cheatsheet/'>lsof Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man8/lsof.8.html'>lsof Documentation</BadgeLink>

@ -3,5 +3,5 @@
Nmon is a fully interactive performance monitoring command-line utility tool for Linux. It is a benchmark tool that displays performance about the cpu, memory, network, disks, file system, nfs, top processes, resources, and power micro-partition.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Command Guide' href='https://www.geeksforgeeks.org/linux-nmon/'>nmon Command Guide</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Documentation' href='https://www.ibm.com/docs/en/aix/7.2?topic=n-nmon-command'>nmon Documentation</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://www.ibm.com/docs/en/aix/7.2?topic=n-nmon-command'>nmon Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.geeksforgeeks.org/linux-nmon/'>nmon Command Guide</BadgeLink>

@ -3,5 +3,5 @@
The iostat command in Linux is used for monitoring system input/output statistics for devices and partitions. It monitors system input/output by observing the time the devices are active in relation to their average transfer rates. The iostat produce reports may be used to change the system configuration to raised balance the input/output between the physical disks.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Command Guide' href='https://www.geeksforgeeks.org/iostat-command-in-linux-with-examples/'>iostat Command Guide</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Documentation' href='https://man7.org/linux/man-pages/man1/iostat.1.html'>iostat Documentation</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://man7.org/linux/man-pages/man1/iostat.1.html'>iostat Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.geeksforgeeks.org/iostat-command-in-linux-with-examples/'>iostat Command Guide</BadgeLink>

@ -8,5 +8,5 @@ It has the following syntax:
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/sed-command-in-linux-unix-with-examples/'>What is SED? with examples</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Manual' href='https://www.gnu.org/software/sed/manual/sed.html'>Detailed Manual</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.gnu.org/software/sed/manual/sed.html'>Detailed Manual</BadgeLink>

@ -8,4 +8,4 @@ It has the following syntax:
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/grep-command-in-unixlinux/'>What is Grep? with examples</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Manual' href='https://www.gnu.org/software/grep/manual/grep.html'>Detailed Manual</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.gnu.org/software/grep/manual/grep.html'>Detailed Manual</BadgeLink>

@ -8,5 +8,5 @@ It has the following syntax
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/sort-command-linuxunix-examples/'>Sort command with examples</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Wiki' href='https://en.wikipedia.org/wiki/Sort_(Unix)'>Options</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://en.wikipedia.org/wiki/Sort_(Unix)'>Options</BadgeLink>

@ -4,5 +4,5 @@ The cut utility cuts out selected portions of each line (as specified by list) f
See `man cut` for further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://bencane.com/2012/10/22/cheat-sheet-cutting-text-with-cut/'>cut Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/cut.1.html'>cut Documentation</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/cut.1.html'>cut Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://bencane.com/2012/10/22/cheat-sheet-cutting-text-with-cut/'>cut Cheat Sheet</BadgeLink>

@ -4,5 +4,5 @@ The uniq utility reads the specified input_file comparing adjacent lines, and wr
See `man uniq` for further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://www.geeksforgeeks.org/uniq-command-in-linux-with-examples/'>uniq Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/uniq.1.html'>uniq Documentation</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/uniq.1.html'>uniq Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.geeksforgeeks.org/uniq-command-in-linux-with-examples/'>uniq Cheat Sheet</BadgeLink>

@ -13,4 +13,4 @@ e.g. `$ cat file.txt`
<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='Wiki' 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>

@ -4,5 +4,5 @@ The tr utility copies the standard input to the standard output with substitutio
See `man tr` for further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://linuxopsys.com/topics/tr-command-in-linux'>tr Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://linuxcommand.org/lc3_man_pages/tr1.html'>tr Documentation</BadgeLink>
<BadgeLink badgeText=' Official Documentation' colorScheme='blue' href='https://linuxcommand.org/lc3_man_pages/tr1.html'>tr Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://linuxopsys.com/topics/tr-command-in-linux'>tr Cheat Sheet</BadgeLink>

@ -4,5 +4,5 @@ The nl utility reads lines from the named file or the standard input if the file
See `man nl` for further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://www.geeksforgeeks.org/nl-command-in-linux-with-examples/'>nl Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/nl.1.html'>nl Documentation</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://man7.org/linux/man-pages/man1/nl.1.html'>nl Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.geeksforgeeks.org/nl-command-in-linux-with-examples/'>nl Cheat Sheet</BadgeLink>

@ -4,5 +4,5 @@ The wc utility displays the number of lines, words, and bytes contained in each
See `man wc` for further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://onecompiler.com/cheatsheets/wc'>wc Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://linux.die.net/man/1/wc'>wc Documentation</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://linux.die.net/man/1/wc'>wc Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://onecompiler.com/cheatsheets/wc'>wc Cheat Sheet</BadgeLink>

Loading…
Cancel
Save